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

pq
 2007-02-15 22:21
#74366 #74366
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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)\n\n

<!--EDIT|pq|1171571044-->
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

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