Help for this page
pos($titles) = 0;
my $titles = 'abcde'; ... print(substr($titles, pos($titles)-1, 1), "\n"); } }
a b ... a b c