Thread wie heisst mein script? ./test.pl $xxx = test.pl?
(2 answers)
Opened by thorsten at 2009-04-26 14:50
mit der variable $0 solltest du './test.pl' rauskriegen.
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 |