Thread Parameter bei Comandline (7 answers)
Opened by roooot at 2008-11-20 00:18

pq
 2008-11-20 13:15
#116435 #116435
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
LanX-+2008-11-20 11:32:52--
Ist das so dokumentiert???

Code: (dl )
1
2
3
4
5
6
7
8
DEBUGGING
If you are running the script from the command line or in the perl debugger, you can pass the
script a list of keywords or parameter=value pairs on the command line or from standard input
(you don’t have to worry about tricking your script into reading from environment variables).
You can pass keywords like this:

your_script.pl keyword1 keyword2 keyword3
[...]
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Parameter bei Comandline