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

betterworld
 2007-02-16 17:47
#74370 #74370
User since
2003-08-21
2614 Artikel
ModeratorIn

user image
[quote=pq,15.02.2007, 21:21]mach mal noch
local *ARGV;
in der get_errors()
das ist der momentan benutzte filehandle (bzw. setzt du damit alle
variablen namens ARGV local, auch $ARGV)[/quote]
Das lokalisiert dann auch @ARGV, oder? Vielleicht kann man auch local *ARGV{IO} machen (ungetestet).

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