Help for this page
my $result = substr($string,2,6,''); print $result,"\n"; # Result is 234567
$x = $y = 42;