NOTE: This is a collection of information and links collected over the years that might provide useful information. A Safer Company LLC does not guarantee, endorse or approve any of these links or their scripts. Use these links to other websites at your own risk.
Running Perl Scripts
To run a Perl script once you have downloaded and installed Active State Perl,
- Go to you command prompt.
- XP then go to Start> Command Prompt
- Vista – go to in the bottom left corner and click on All Programs and click on Accessories and click on Command Prompt
- Change to the directory or folder of the Perl script. For example: Use the cd to change directory to the Documents folder
- Type perl and the name of your script. For example:
- You may also try typing:
cd Documents
perl test.pl
test.pl
Page last updated: November 02, 2012 08:33 AM
Content and Navigation...