in reply to Learning Perl?

I've found reading the perldocs to be the message to put one on the true path. Whenever you are wondering how something works, write a 1 to 10 line test perl snippet to find out. In my perl development, I always have test.pl and test2.pl lying in my working directory.