Hi,
you need to give it some code to compile. Create a plain text file and put some code 
into it, for example:

print "hello\n";

Save it somewhere. Then on the command line (the DOS thingy), cd to where you made 
this file and type:

perl myperlscript.pl

Where 'myperlscript.pl' is the name you've given, well, your perl script.

You can also use various parameters on the command line, type 'perl -h' to see them.

Cheers!

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to