in reply to Re^2: How to execute succcessful this Perl script in Linux, window and solaris?
in thread How to execute succcessful this Perl script in Linux, window and solaris?

close(STDERR) affects the whole program. There are better ways of suppressing warnings: (best to worse)

And you're only hiding the symptom, not fixing the problem. Like the warning says, a piece of code that should get executed is not getting executed.

Replies are listed 'Best First'.
Re^4: How to execute succcessful this Perl script in Linux, window and solaris?
by wxfjordan (Initiate) on Jun 29, 2006 at 09:45 UTC



    Thanks all the Perl senior!!!! (^o^)...