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

Bizarre Dancer encoding behavior

by xyzzy (Pilgrim)
on Jul 21, 2014 at 01:25 UTC ( #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? | Other CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2023-06-09 11:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?