Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Email::Mime Confusion

by saberworks (Curate)
on Oct 06, 2009 at 15:40 UTC ( [id://799513]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub as_string {
      my $self = shift;
      return $self->__head->as_string
        . ($self->{mycrlf} || "\n")  # XXX: replace with ->crlf
        . $self->body_raw;
    }
    
  2. or download this
    sub as_string {
      my $self = shift;
      return $self->header_obj->as_string . $self->crlf . $self->body;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-18 13:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found