Help for this page
#!/usr/bin/perl ... print "$copy\n"; __END__
my ($short) = $str =~ m/(.{1,$max}\b)/; $short .= '...';