Dear All
I have a large data file which has ; as delimiter and i want this to be
replaced newline character ,but unfortunately my script is not working
my code is given below
####################################################
open(NOTE ,">>c:\\data.txt"); #data file
while (<NOTE>)
{
s/;/"\n"/;
}
close(NOTE);
#######################################################
It doesn't report any error task is not being performed
Please help me.
Thanks and Reagrds
Raju
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]