Hi everyone,
I'm looking for a book recommendation, or reading material recommendation more generally.
I am interested in learning about TCP/IP and everything else that is common, like UDP and ICMP.
The purpose is, I want to learn exactly how ping, traceroute, and all the different kinds of...
Hi.
Here's the thing.
I have ActivePerl running on a WinXP and I'm doing this at the command
line:
perl o.pl e.txt r.txt
And this is the program o.pl:
$source=$ARGV[0];
$dest=$ARGV[1];
unless($source and $dest){
print "Source or destination file missing\n";
}
open SOURCE, "<$source";
open...
Hi there,
I'm a C/C++ and VB programmer and I have a program in mind that I would like to come true with the help of Perl. I want to ask you guys if what I want to do is doable.
I want to make a grammar checker.
So I was reading some snippets in Perl and I wanted to know if this was possible. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.