in reply to Mail::Message Problem

Mail::Message wants Mail::Message->read(FILEHANDLE|SCALAR|REF-SCALAR|ARRAY-OF-LINES, OPTIONS)

you are giving it a list of lines read from the file... since you've got a readline in list context ...

try ->read(\*STDIN) or ->read([<STDIN>])

@_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;

Replies are listed 'Best First'.
Re^2: Mail::Message Problem
by gw1500se (Beadle) on Nov 05, 2008 at 00:47 UTC
    Thanks. So much for trusting examples. That did it.

      ^_^

      @_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;