in reply to use strict again

While I know that using the command line debugger is the best thing, I don't have access to this with my server not allowing telnet, the browser is the only resource I have.

Replies are listed 'Best First'.
Re: Re: use strict again
by graff (Chancellor) on Nov 20, 2002 at 07:50 UTC
    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.