|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: perl script not giving outputby haoess (Curate) |
| on Feb 04, 2008 at 05:59 UTC ( #665913=note: print w/ replies, xml ) | Need Help?? |
|
Please note that some shells on some OS' redirect only some output (namely only STDOUT) when using >. Output produced by warn, die et al. is normally not printed to STDOUT, but STDERR. To redirect this output to your logfile (on some shells), you have to $ ./abcd.pl > file.log 2>&1-- Frank
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||