in reply to Re: Re: Re: Extract lines and output...
in thread Extract lines and output...
But we could golf this 'til the cows come home :o)open(LOG, ">logfile.txt"); while($FL = <*.extension>) { open(FL) and print LOG "$_\n",(<FL>)[0..3] and close(FL) } close(LOG);
broquaint
|
|---|