Help for this page
the quick ... the unfortunate dog
#! perl use strict; ... chomp(my @text = @lines[3 .. 5]); print "\n", join(' ', @text), "\n"; untie @lines;
13:01 >perl 605_SoPW.pl fox jumped over 13:06 >