OpenWritings.net
Most Viewed Articles
Songs
Search this site:
Technical
Selenium
Selenium 2
Java
TestNG
JUnit
Ant
SQL
XSLT
Bash
DOS
Flex 4
Javascript
Dot language
Regular Expression
Perl
ABAP
CakePHP
Drupal
HTML
Debian
DocBook
Eclipse
Firefox Extension
ImageMagick
Subversion
Octave
Finance
Quality Assurance
Varia
MS Office
User login
Username:
*
Password:
*
Create new account
Request new password
Home
›
Perl
› Installation and setup of Perl
Installation and setup of Perl
November 29, 2011 - 12:55pm — Xuan Ngo
Download Windows version of Perl at
ActiveState
.
Install it.
Save the following code in a file and name it tutorial.perl .
#!/usr/local/bin/perl
print
'Hello world.'
;
# Print a message
Open the
Command Prompt
.
Execute the following command:
perl tutorial.perl
It should display
Hello world.
.
‹ Perl
up
Variables ›
Printer-friendly version