Thread wie heisst mein script? ./test.pl $xxx = test.pl? (2 answers)
Opened by thorsten at 2009-04-26 14:50

Gast thorsten
 2009-04-26 14:50
#120916 #120916
Hallo,
wie kann ich den namen meines aufrufenden scriptes rausfinden?

Aufruf: ./test.pl

im Programm:

$xxx = $mein_script_name;
print "$xxx" # ausgabe = (test.pl)

danke!

View full thread wie heisst mein script? ./test.pl $xxx = test.pl?