Thread nested local() scoping: @ARGV und $/
(6 answers)
Opened by dukeofnukem at 2007-02-15 20:49
THX! Das hats erschlagen.
Code: (dl
)
my $cont = do { local( *ARGV, $/ ); @ARGV = $file; <> }; Also war $ARGV noch von außen gesetzt, entsprechend hat <> falsch angesetzt? :rock: drum&bass is a state of mind
|