How Perl Saved my Day![]() ![]() ![]() Example 1: Print one line of text |
Code#!/usr/local/bin/perl print "Mr. Livingstone, I presume?\n"; Comment
All Perl scripts should start with a line of the form
The line By the way: lines starting with # are comment lines and discarded by the Perl interpreter. |
![]() ![]() ![]() 10.12.1998 Michael Gfeller |