#! /usr/bin/perl -w # scr01.pl # How to print a text? Please use print. # All the way, the first PERL lesson. print "Hello, world!\n";