in reply to Testing scripts

Get a better web host.

No, seriously! I know that sounds snarky, but some web hosting companies really don't want customers doing anything other than uploading plain html. Some hosts say they support perl scripts, but what they mean is that you can choose to activate a small selection of canned scripts they provide (page counter, guestbook, email form, etc.) - not write your own. If you're developing a site that uses perl, then you need a host that supports perl.

(try clicking the add banner at the top of this page, for example).

This is why PHP has become so popular. It tends to work with many of the 'HTML only' web hosts, since you include it in the html. If you can't change hosts, this (unfortunately) may be an alternative to consider.

Replies are listed 'Best First'.
Re^2: Testing scripts
by zealf (Novice) on Feb 12, 2010 at 14:15 UTC

    THANK YOU!


    I have thought this may have been the case for some time. Literally smashing my head agaist the wall trying to get the simplist scripts working only to find my host given scripts work perfect.
    Not having access to Telnet is a real arse. I am currently half way through a tutorial from http://www.softlookup.com
    Very informative but lacking some valuable information like what file named and extenstion each script should be and it also relies heavily on a command line testing.

    Time to go learn the ways of the Perl Monks!