Hallo,
musste ne weile suchen:
"# @ARGV
The array @ARGV contains the command-line arguments intended for the script. $#ARGV is generally the number of arguments minus one, because $ARGV[0] is the first argument, not the program's command name itself. See $0 for the command name."
aus http://perldoc.perl.org/perlvar.html#Predefined-Names
gruss
--
no strict;
no warnings;
Zucker ist das, was dem Kaffee den schlechten Geschmack gibt, wenn man es nicht hineintut.
no strict;
no warnings;
Zucker ist das, was dem Kaffee den schlechten Geschmack gibt, wenn man es nicht hineintut.