Help for this page

Select Code to Download


  1. or download this
    # Plain text output:
     This is some text to test the wrapping feature of Text::Correct's wra
    +p(), using MIME::Lite to create the message.
    ...
     <p>This is some text to test the wrapping feature of Text::Corr
    +ect's wrap(), using MIME::Lite to create the message.</p>
    
    <p>I really just want to have two lines of data to test the func
    +tions and want them both to be over the 72 character limit.</p>
    
  2. or download this
    # Plain text output:
      This is some text to test the wrapping feature of Text::Correct's
    ...
    <p>I really just
    want to have two lines of data to test the functions and want them bot
    +h
    to be over the 72 character limit.</p>
    
  3. or download this
    Content-Type: text/plain
    
    ...
    <p>I really justME::Lite to create the message.</p>
    want to have two lines of data to test the functions and want them bot
    +h
    to be over the 72 character limit.</p>
    
  4. or download this
    #!/usr/local/bin/perl -w
    
    ...
    open(OUTFILE,">$emailoutput") or die "Unable to open $emailoutput: $!"
    +;
    $msg->print(\*OUTFILE);
    close OUTFILE;