Thread Angabe von Parametern beim Skriptaufruf: Getopt::Long (14 answers)
Opened by Duff at 2006-11-09 17:31

renee
 2006-11-10 11:43
#71588 #71588
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
ausgabe1 muss dann so aussehen:
Code: (dl )
1
2
3
4
5
6
sub ausgabe1 {
my @array = @_;
foreach my $element (@array ) {
print $element->[0],"\n", $element->[1],"\n";
}
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Angabe von Parametern beim Skriptaufruf: Getopt::Long