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

Re: PERL REST API Post script

by kcott (Archbishop)
on Feb 11, 2020 at 07:44 UTC ( [id://11112761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'my $x = "YZ"; say q{{"X":"$x"}}'
    {"X":"$x"}
    
  2. or download this
    $ perl -E 'my $x = "YZ"; say qq{{"X":"$x"}}'
    {"X":"YZ"}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found