Re: can some one help me out with this

2002-05-27 Thread Janek Schleicher
David Vd Geer Inhuur Tbv Iplib wrote at Mon, 27 May 2002 16:59:24 +0200: > open(FH, "<$file"); > while { > s/(/(\n/g > s/\n)/)/g > push @newoutput > } > close FH; > > open(HH, ">$file"); > print HH @newoutput; > close HH; > > > It's untested, you might need to add some ba

Re: can some one help me out with this

2002-05-27 Thread David vd Geer Inhuur tbv IPlib
open(FH, "<$file"); while { s/(/(\n/g s/\n)/)/g push @newoutput } close FH; open(HH, ">$file"); print HH @newoutput; close HH; It's untested, you might need to add some backslashes in front of the substitutions but this should be it. There is probably someone else that doe

can some one help me out with this

2002-05-27 Thread Avanish Pathak
My original line is: ci(abc... .. .. .. ); I want to change this to ci( //This and the line next to it are new lines abc .. .. ..); How to do this .?Can some one help me out. Regards., Avanish - Original Message - From: "inSite Internet Solutions" <[EM