in reply to debug help

Try typing: perl -d file.pl 2> errors.txt This redirects STDERR to errors.txt. --eric

Replies are listed 'Best First'.
RE: Re: debug help
by vrempire (Sexton) on Aug 03, 2000 at 10:08 UTC
    eric,thanks for your concern.I have tried that,and it created a new file which is errors.txt.But when I opened it,it is blank.Is it must be something with the STDERR?If it,then what is the way I can use STDERR to make that errors print out at errors.txt?