Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: disadvantages of perl

by zgrim (Friar)
on Jul 02, 2009 at 14:22 UTC ( [id://776759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # WTF
    if ( defined $r && ref $r && ref $r eq 'HASH' && keys %$r ) { ... }
    
  2. or download this
    # XXX PerlIO: Wide character...
    binmode $socket, utf8::is_utf8( $data ) ? ':utf8', ':raw';
    
  3. or download this
    perl -MLWP::Simple -e'print$_[rand(split(q|%%\n|,
    get(q=http://cpan.org/misc/japh=)))]'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://776759]
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: (7)
As of 2024-04-24 00:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found