Help for this page
my $start = length($str) - 60; $start = 0 if $start < 0; $substr = substr($str, $start);