in reply to Re: Finding location
in thread Finding location

index can be persuaded to return the string length on non_match:
my $pos = index( "$str*", '*');
Anno