Thread kann nix compilieren?!: Zugriff verweigert (9 answers)
Opened by piet at 2004-08-11 14:10

piet
 2004-08-11 15:17
#48933 #48933
User since
2004-08-11
2 Artikel
BenutzerIn
[Homepage] [default_avatar]
Quellcode von hallo.pl:
Code: (dl )
1
2
3
1: #!/usr/bin/perl -w
2:
3: print "Hallo Welt!\n";


hallo.pl liegt unter c:\hallo.pl

perl ist installiert unter c:\perl\

jetzt geh ich unter start\ausführen\cmd.exe

Code: (dl )
1
2
3
4
5
6
7
8
9
10
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Dokumente und Einstellungen\padkey>cd c:\

C:\>perl -w hallo.pl
syntax error at hallo.pl line 1, near "1:"
Execution of hallo.pl aborted due to compilation errors.

C:\>


was mach ich falsch?!:(

View full thread kann nix compilieren?!: Zugriff verweigert