- or download this
Beginning Perl is a different kind of Perl book. It's written particul
+arly with the beginning programmer in mind,
...
It covers a lot of ground, from the very basics of programming, right
+through to developing CGI applications
for the web. More importantly, it emphasizes good Perl practice, and r
+eadable and maintainable code.
- or download this
open F, "<text.txt";
...
print "Result : $1 " if($_ =~ m/particularly(.*)/);
}
- or download this
Result : with the beginning programmer in mind,
- or download this
with the beginning programmer in mind,
but it doesn't treat you like an idiot, and experienced programmers wi
+ll not feel patronized.
It covers a lot of ground, from the very basics of programming, right
+through to developing CGI applications
for the web. More importantly, it emphasizes good Perl practice, and r
+eadable and maintainable code.