http://www.perlmonks.org?node_id=1005032

hey_frind has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

I started using Regexp recently.

Here is my Input:

0.740234|0.758789|0.748047|0.749023|0.748047|0.754883|0.743164|0.748047|0.780273|0.739258|0.765625|0.761719|0.760742|||||0.75293|0.742188

what is the correct regexp to use to get these columns delimited into 19 columns out of which columns 14,15,16,17 are null?

Thanks,