Free Domain Sign up for PayPal and start accepting credit card payments instantly.
Showing posts with label Perl. Show all posts
Showing posts with label Perl. Show all posts

Monday, July 12, 2010

Perl

Features:
1. Parses text
2. Executes programs
3. CGI - Web forms, etc.
4. Supports RegExes (Perl and POSIX)
5. etc.


Task:
1. Print 'Hello World' to STDOUT
a. perl -c helloworld.pl - checks the syntax of the script
b. perl helloworld.pl - executes the script
c. chmod +x helloworld.pl && ./helloworld.pl

2. Parse RegExes from the command line