in reply to Re^2: sub STDERR { *STDERR } -- nearly works !
in thread sub STDERR { *STDERR } -- nearly works !
Which doesn't really apply to something exported from what sounds like a utility package intended to provide a "global" variable.
But since all packages share the same global $STDERR anyway, trying to export it is indeed a bad thing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: sub STDERR { *STDERR } -- nearly works !
by gone2015 (Deacon) on Apr 09, 2008 at 10:32 UTC |