Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Mail::Message Problem

by f00li5h (Chaplain)
on Nov 05, 2008 at 00:40 UTC ( [id://721539]=note: print w/replies, xml ) Need Help??


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;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://721539]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found