PDA

View Full Version : Where are the warn statements?


c0bra
03-11-2003, 11:39 AM
I'm trying to install one of my perl apps and my warn statements are not showing up in the error logs, so I have no way of tracking down any errors.

Any ideas?

don5408
03-11-2003, 01:53 PM
"Any ideas?"

Hi. I'm no expert on Perl however if you have shell access you can debug scripts by calling Perl with command line switches.

(ex: perl -wc /home/hruserid/public_html/cgi-bin/yourscript.pl)

If you don't have shell access you can request it via a trouble ticket (more details and a link to download PuTTY here (http://faq.hostrocket.com/data/fetch.php?page=12)).

Don

fac3less
01-04-2004, 12:06 PM
There is also a cool FTP application available that has shell built right in.

Of course I can't remember the name but its released by Vandyke software. (just a click away from shell!).

Give it a shot. and don't forget the man command, the man shall save you.