Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
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 goofing around in the Monastery: (7)
As of 2024-03-29 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found