use strict; use warnings; my $string = 'hello world'; print substr($string,'O',5)."\n";