Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Bizarre Dancer encoding behavior

by xyzzy (Pilgrim)
on Jul 21, 2014 at 01:25 UTC ( [id://1094410]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    get '/np' => sub {
      return `mpd | head -n1`;
    }
    
  2. or download this
    get '/np' => sub {
       Dancer::Response->new(
    ...
         content => `mpd | head -n1`,
       );
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found