Help for this page
use strict; my $str = "the boy walked the dog"; ... } $string; }
sub ChainSubs{ my $string = shift; ... return $string; }