--- Jos I Boumans <[EMAIL PROTECTED]> wrote:
> well, you can always redirect it to a file like this;
>   perl foo.pl > /null
> even on a wintendo...

Nope, doesn't work. Tested this way:

 C:\users\default>perl>x
 print STDOUT "stdout\n";
 print STDERR "stderr\n";
 ^D
 stderr

 C:\users\default>type x
 stdout

 C:\users\default>

=====
print "Just another Perl Hacker\n"; # edited for readability =o)
=============================================================
Real friends are those whom, when you inconvenience them, are bothered less by it than 
you are. -- me. =o) 
=============================================================
"There are trivial truths and there are great Truths.
 The opposite of a trival truth is obviously false.
 The opposite of a great Truth is also true."  -- Neils Bohr

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to