Thread nested local() scoping: @ARGV und $/ (6 answers)
Opened by dukeofnukem at 2007-02-15 20:49

dukeofnukem
 2007-02-16 11:47
#74367 #74367
User since
2007-01-15
47 Artikel
BenutzerIn
[default_avatar]
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

View full thread nested local() scoping: @ARGV und $/