Thread Module ala "show me what Perl is doing" (4 answers)
Opened by fliXR at 2009-01-01 10:25

bianca
 2009-01-01 14:52
#129903 #129903
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Das ist ja total geil!

Wie muss ich das in der DOS-Box schreiben, damit es bei ActivPerl auch für eine Datei funktioniert?

Code: (dl )
1
2
3
4
5
6
7
8
D:\module>perl -MO=Deparse,-p -lwe start.pl
Unquoted string "start" may clash with future reserved word at -e line 1.
Unquoted string "pl" may clash with future reserved word at -e line 1.
Useless use of concatenation (.) or string in void context at -e line 1.
BEGIN { $^W = 1; }
BEGIN { $/ = "\n"; $\ = "\n"; }
('start' . 'pl');
-e syntax OK
10 print "Hallo"
20 goto 10

View full thread Module ala "show me what Perl is doing"