Thread Ausführen nur ein Teil des Programms
(8 answers)
Opened by dron at 2005-04-05 13:45
$ program.pl blubb
... # program.pl my $param = shift @ARGV; # oder $ARGV[0] tip für einsteiger und alle, die es noch nicht gelesen haben: perldoc perlintro 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |