in reply to index using a range
my $str = '000001'; my $index = length(($str =~ /^(0*)/)[0]); [download]