Running Perl for Windows

To run Perl for Windows, you'll need to start a command prompt window (a DOS Prompt in Windows 95, or a Command Prompt in Windows NT). At the command line, you can make sure Perl's running with the -v option:

c:> perl
						-v
					

You'll get a message telling you the version of Perl you're running and some other information about your Perl installation. This verifies that Perl has been installed correctly, and that your system can find the Perl executable. From here, you can proceed to Day 1 and start writing Perl scripts.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset