Help for this page
#!/usr/bin/perl -w use strict; ... my $id = index($str,$_); print "$id\n"; }
5 5
5 13