package tt; use strict; use warnings; sub w { my $str = ""; return substr ($str, 10, 10); } 1;