in reply to Re^2: file handle var for print command
in thread file handle var for print command
Filehandle GLOBs behave like IO::Handle instances (but aren't actually for purposes of inheritance according to the BUGS entry in the IO::Handle docs) so that's just a normal method call to the print method and doesn't get into weird indirect object parsing corners.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: file handle var for print command
by ikegami (Patriarch) on Sep 24, 2025 at 15:01 UTC |