http://qs1969.pair.com?node_id=1001446


in reply to How to process html script with perl

Seriously ? You are asking how to open and read a file ? Ok - here goes:
# Place this code wher you want the contents of the file... {open (my $fh,"<","sample.html" ) or die $!; local $/=undef; <$fh>}

             "By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest."           -Confucius