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


in reply to Re: using split
in thread using split

There is no difference in the two lines you listed.
perl -MO=Deparse -e "split('|', 'ab|c');" split(/|/, 'ab|c', 0); -e syntax OK