in reply to
Re: Split command
in thread
Split command
yea its exactly correct sqL QUERY.but i have to run this query one after the other so i need to split it.
Comment on
Re^2: Split command
Replies are listed 'Best First'.
Re^3: Split command
by
JavaFan
(Canon)
on Jan 19, 2009 at 10:00 UTC
I guess your
split the below data in each line and store it in a array.
doesn't actually mean you want to split the data in each line then?
[reply]
Re^3: Split command
by
cdarke
(Prior)
on Jan 19, 2009 at 14:17 UTC
Only a guess, but maybe you are using the word "split" in the sense of the UNIX utility program split(1)? If so, that is confusing people because there is a Perl built-in function called
split
which does a different thing!
[reply]
In Section
Seekers of Perl Wisdom