http://qs321.pair.com?node_id=860771


in reply to Reverse fraction of a string

$string = 'abcdef12345ghijklm6789nop'; $string=~s/(\d+)/reverse $1/ge;

Regards,
Murugesan Kandasamy
use perl for(;;);