On Fri, Jun 01, 2001 at 02:39:31PM -0700, Bill Stilwell wrote: How embarrasing. My first post and I left out a semi-colon. It's there now. > my $new_file; > open IN, $file or die "$file: $!\n"; > while (<IN>) { > if ($. == 1) { > $new_file = $_; > } else { > # your processing goes here > } > } > close IN; -- Bill Stilwell [EMAIL PROTECTED] It's all margins. Oh, just read my weblog: http://www.marginalia.org
- append a file to another file Nichole Bialczyk
- Re: append a file to another file M.W. Koskamp
- Re: append a file to another file - NEVER MI... Nichole Bialczyk
- Re: append a file to another file Carl Rogers
- Re: append a file to another file Paul
- Re: append a file to another file - copy Nichole Bialczyk
- Re: append a file to another file - copy Paul
- Re: append a file to another file - ... Nichole Bialczyk
- Re: append a file to another fil... Bill Stilwell
- Re: append a file to anothe... Bill Stilwell
- Re: append a file to another fil... Nichole Bialczyk
- Re: append a file to another fil... Chas Owens
- Re: append a file to another fil... Paul
- Re: append a file to another file - copy KeN ClarK
- Re: append a file to another file - ... Nichole Bialczyk
- Re: append a file to another file - ... Chas Owens
- Re: append a file to another file Craig Moynes/Markham/IBM