in reply to Re^2: number of numbers in a stringin thread number of numbers in a string
#!/usr/bin/perl -ln $n+=(1<<length)-1for/(\d+)/g; END{print $n} [download]