MoshiachNow
IS-IT--Management
HI,
I need to split a line of data into an array (data sits in $_):
"08/26/2008","0.000000","4.000000","332.000000"
tried:
@nameX = map { s/.*\((.*?)\)/$1/ } split /,/,$_ ;
My array needs to be :
08/26/2008 0.000000 4.000000 332.000000
I get an empty array...
Will appreciate ideas.
thanks
Long live king Moshiach !
I need to split a line of data into an array (data sits in $_):
"08/26/2008","0.000000","4.000000","332.000000"
tried:
@nameX = map { s/.*\((.*?)\)/$1/ } split /,/,$_ ;
My array needs to be :
08/26/2008 0.000000 4.000000 332.000000
I get an empty array...
Will appreciate ideas.
thanks
Long live king Moshiach !