in reply to Re^3: remove a blank line after a string
in thread remove a blank line after a string
Seems a bit complex for filtering an array, yeah? Will something this work? (Can't test it myself right now.)
my @msg = grep /\S/, @{$pop->get($msgnum)}; # then the @{$msg} stuff has to change, of course
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: remove a blank line after a string
by davido (Cardinal) on Jan 27, 2005 at 06:18 UTC |