in reply to new perl user
In the Windows world .pl is, as far as I have seen, pretty much always used for Perl scripts and .pm (for any OS) is used for Perl modules (which contain 'library' code). I strongly recommend you use .pl for your script file extension.
You may also be interested in Padre as a Perl development environment and of course you should have a look through the Tutorials section too.
|
|---|