Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl 
    
    ...
        Type     => 'text/plain',
        Encoding => 'quoted-printable',
    )->as_string;
    
  2. or download this
     
    Content-Type: text/plain
    Content-Disposition: inline
    ...
    
    filler text to get the first char of line 2 to be a dot______ http://g
    +oogle=
    .com=
    
  3. or download this
     
    perl -MMIME::Entity -e 'print MIME::Entity->build(Encoding => "quoted-
    +printable", Data     => "some text\n.\nmore text")->as_string;'
    
  4. or download this
     
    
    Content-Type: text/plain
    ...
    =2E
    more text=