|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Best Way to Redirect STDERR to a Scalarby demerphq (Chancellor) |
| on Sep 13, 2003 at 23:15 UTC ( #291311=note: print w/ replies, xml ) | Need Help?? |
|
Tie STDERR to a scalar using any one of a number of modules. However if you really are trying to trap warnings then you may want to trap $SIG{__WARN__} or overide warn. Personally I would just trap $SIG{__WARN__} unless I knew that the code I was dealing with also used $SIG{__WARN__}. --- demerphq <Elian> And I do take a kind of perverse pleasure in having an OO assembly language...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||