Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Net::OAuth and POST data

by gryphon (Abbot)
on Apr 14, 2015 at 19:19 UTC ( [id://1123444]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Modern::Perl '2015';
    use Math::Random::MT 'rand';
    ...
    else {
        say Dumper( JSON::XS->new->decode( $response->content ) );
    }
    
  2. or download this
    #!/usr/bin/env perl
    use Modern::Perl '2015';
    use Math::Random::MT 'rand';
    ...
    else {
        say Dumper( JSON::XS->new->decode( $response->content ) );
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found