in reply to replacing blank lines
That should leave $entire_file with only nonblank lines. HTH.$entire_file =~ s/^\n$//mg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: replacing blank lines
by KM (Priest) on Mar 06, 2001 at 05:03 UTC | |
by merlyn (Sage) on Mar 06, 2001 at 05:39 UTC | |
by chipmunk (Parson) on Mar 06, 2001 at 08:20 UTC |