in reply to Re: use strict again
in thread use strict again

You mean you don't have your own computer, where you can install perl locally? You just need to have the perl interpreter on your local machine in order to check any script you write for syntax errors and warnings (perl -cw script.pl), before uploading that script to some remote web server.

You can install Perl on any common personal computer for free. Do it, and you'll be glad you did.