> -----Original Message-----
> From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, July 25, 2001 1:46 AM
> To: [EMAIL PROTECTED]
> Subject: Running Perl scripts...
> 
> 
> List,
> 
> I want to be able to check for errors on my Linux box before 
> I run them in a browser.  The problem is is tha when I do 
> this all my HTML is dispalyed.  I don't want to see this I 
> want to be able to just check for any errors and display the 
> errors only.

If the errors go to STDERR, just throw away STDOUT:

   $ perl myscript.pl >/dev/null

Or am I missing something?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to