In need of Perl setup help?

Click the Windows logo (start button) and type 'cmd' in the search box and hit enter. In the command prompt type this:

perl -version

If you have a successful install you'll get some text with some Perl information. Now write some perl scripts and type this:

perl MyPerlFile.pl

And voila! It works
 
Back
Top