in reply to Re^2: Using pack/unpack on a PNG file
in thread Using pack/unpack on a PNG file
This is considered a symbolic reference, so use strict "refs" should not be in effect.
Yes, but if strictures are enabled the example still runs (and strictures were also enabled above), so I'm still confused:
c:\@Work\Perl\monks\sierpinski>perl -wMstrict -le "system 'echo abc > 1.txt'; open '<:raw', '1.txt' or die $!; print while readline '<:raw'; " abc
Update: I wouldn't recomend it, though, as it's confusing to a reader ... Darn right!
Give a man a fish: <%-(-(-(-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using pack/unpack on a PNG file
by choroba (Cardinal) on May 26, 2015 at 07:30 UTC | |
by AnomalousMonk (Archbishop) on May 26, 2015 at 07:35 UTC | |
|
Re^4: Using pack/unpack on a PNG file
by Anonymous Monk on May 26, 2015 at 09:48 UTC |