use strict; use warnings; print "Enter the string ="; my $str = ; chomp $str; print "Enter the size ="; my $n = ; chomp $n;