in reply to Re: Variable Filehandles
in thread Variable Filehandles
That's using 5.6 (ActiveState 613) on NT4, so I'm not sure how far back this goes. (And yes, that example also works under strict)prompt>perl -we "STDOUT->print('test')" Can't locate object method "print" via package "IO::Handle" at -e line + 1. prompt>perl -MIO::Handle -we "STDOUT->print('test')" test
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (tilly) 3: Variable Filehandles
by tilly (Archbishop) on Nov 02, 2000 at 23:14 UTC |