Public Scratchpad
Download
,
Select Code To D/L
Help for this page
Select Code to Download
Select
or
download this
$foo = '1 a 2 b 3 c'; while($foo =~ s/(\d)[\D]*$//) { ... __output__ 321