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


in reply to Re: Reg expression on day
in thread Reg expression on day

Please forgive me if my split syntax is incorrect

All you need is to quote your slash:

split('/',"$date")
I was thinking of something similar:
s!(\d+)/(\d+)!($1+0).'/'.($2+0)!e

--

flounder