$input = "xxxx aaaa bbbbb"; ($txt) = $input =~ /\S{5}(.+)(?{length($input);})/; chomp; print $txt;