Thread Platformunabhängigen code UNIX/Win32 (7 answers)
Opened by Schnullux at 2008-07-24 18:04

Linuxer
 2008-07-26 00:52
#112770 #112770
User since
2006-01-27
3890 Artikel
HausmeisterIn

user image
aus perlrun:
Quote
The #! line is always examined for switches as the line is being parsed. Thus, if you're on a machine that allows only one argument with the #! line, or worse, doesn't even recognize the #! line, you still can get consistent switch behavior
regardless of how Perl was invoked, even if -x was used to find the beginning of the program.
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread Platformunabhängigen code UNIX/Win32