Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Perl Programming

Running programs

 

0) Hello World

Running programs
There are typically two stages to running a program. First we compile, then we execute.

1. [ Perl ] Compile


Big

The compile stage is pretty much hidden away by the system in perl.

[andrew@sqlzoo2 andrew]$ /usr/bin/perl Hello.pl
Hello world