Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: perl dancer route template hashref pass complex json file to server issue

by Anonymous Monk
on Jul 25, 2016 at 23:18 UTC ( [id://1168517]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >> Dancer 1.3202 server 2120 listenin
    >> Dancer::Plugin::EscapeHTML (0.22)
    
    
    http://localhost:3000/?jj={%22name%22:%22jsonFileexample%22,%22problem
    +%22:%22thisIsThrProblem\%22withComma%22};oj=jjjj
    
  2. or download this
    use Dancer;
    use Data::Dump qw/ pp /;
    ...
        "<pre>".escape_html( pp( scalar params() ) )."</pre>";;;;
    };
    dance;
    

Log In?
Username:
Password:

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

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

      No recent polls found