in reply to Re: how to split input data ?
in thread how to split input data ?

Currently, I am dump all the input data into array, then split it for +each two variables. I think that is not a good method. Do you know the simple solution ?

Replies are listed 'Best First'.
Re^3: how to split input data ?
by GrandFather (Saint) on Nov 09, 2006 at 01:57 UTC

    Show us your current code and we will comment on that. That way we have some idea of what you know already.


    DWIM is Perl's answer to Gödel