Chris Zubrzycki wrote:
> 
> the key is to remove the 2 blank lines surrounding the "by
> onion.perl.org " line.....PITA.
> 
> here are the full headers:
> ...

What have you already tried ?

If you want to remove blank lines,
there is a simple way:

Let's suggest your header lines are in the array @header:

my @header_without_empty_lines = grep { /\S/ } @header;


Greetings,
Andrea

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • headers Chris Zubrzycki
    • Andrea Holstein

Reply via email to