in reply to Re: Unexpected behavior of function 'say'
in thread Unexpected behavior of function 'say'
This is because of a change in Perl 5.14:
Filehandle method calls load IO::File on demand
The OP's code does work in Perl 5.10, if you run it with the -MIO::Handle parameter to manually load the IO::Handle package.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unexpected behavior of function 'say'
by LanX (Saint) on Mar 05, 2013 at 15:48 UTC | |
by ikegami (Patriarch) on Mar 06, 2013 at 04:55 UTC |