Thread Progressbar und globale Variablen (16 answers)
Opened by pktm at 2005-03-10 18:42

pktm
 2005-03-11 19:55
#42912 #42912
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
my $p = new Getopt::Long::Parser;
$p->getoptions();

print STDERR Data::Dumper::Dumper( \$p->getoptions() );
print STDERR Data::Dumper::Dumper( \@ARGV );

erzeugt:
$VAR1 = \'1';
$VAR1 = [];

Wobei ich erhlich zugeben muss, dass ich mir das Mdoul Getopt::Long noch nicht näher zu Gemüte geführt habe.
Hast du ein kurzes Tutorial zur Hand?
mfg pktm
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread Progressbar und globale Variablen