< Previous | [Index] | slide #19 out of 31 slides | Next >

Hello World! from a file

Hello World! from a file


% vim hello_world.pl


#!/usr/bin/perl
print "Hello World!\n";


% perl hello_world.pl
Hello World!

% _

< Previous (18) | [Index] | (20/31) Next >


Shlomo Yona. Perl lectures 2002. Slides automatically generated by a Perl script. Last update on Wed Oct 16 09:39:00 IST 2002