http://qs1969.pair.com?node_id=738523


in reply to Re: Problem with split using a | seperator
in thread Problem with split using a | seperator

Thanks;

It's good to know that the split argument is a regex pattern. I changed it and it works great.

-- Grey Fox
"We are grey. We stand between the darkness and the light" B5

Replies are listed 'Best First'.
Re^3: Problem with split using a | seperator
by eff_i_g (Curate) on Jan 23, 2009 at 18:03 UTC
    There's also quotemeta, as in: split quotemeta '|', $record;