Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Double Dot Stuffing

by skazat (Chaplain)
on Oct 04, 2020 at 18:17 UTC ( [id://11122537]=perlquestion: print w/replies, xml ) Need Help??

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=
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11122537]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-29 09:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found