Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: The Queensr˙che Situation

by ikegami (Patriarch)
on Oct 19, 2014 at 22:49 UTC ( [id://1104351]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use open ':std', ':encoding(UTF-8)';
    
  2. or download this
    use open ':std', ':encoding(UTF-8)';
    
  3. or download this
    use utf8;
    use encoding ':std', ':encoding(UTF-8)';
    ...
       my $got = decode_json($json)->{text};
       printf("U+%v04X %s\n", $got, $got);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-26 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found