Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Bizarre Dancer encoding behavior (dancer assumes unicode

by Anonymous Monk
on Jul 21, 2014 at 03:00 UTC ( [id://1094415]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    use WWW::Mechanize;
    ...
    
    $VAR1 = "HTTP/1.0 200 OK\nServer: Perl Dancer 1.3118\nContent-Length: 
    +6\nContent-Type: text/html; charset=UTF-8\nClient-Date: Mon, 21 Jul 2
    +014 02:56:39 GMT\nClient-Peer: 127.0.0.1:3000\nClient-Response-Num: 1
    +\nX-Powered-By: Perl Dancer 1.3118\n\n\320\224\320\224\320\242\n";
    
  2. or download this
    #!/usr/bin/perl --
    use utf8;
    ...
    Terminating on signal SIGINT(2)
    

Log In?
Username:
Password:

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

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

    No recent polls found