Help for this page

Select Code to Download


  1. or download this
    get '/np' => sub {
      return Encode::decode_utf8(`mpd | head -n1`);
    }
    
  2. or download this
    utf8->import; # line 232 of Dancer.pm