Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Dangerous diamonds!

by diotalevi (Canon)
on May 22, 2003 at 15:27 UTC ( [id://260108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Concise -e 'print <>'
    7  <@> leave[t1] vKP/REFC ->(end)
    1     <0> enter ->2
    ...
    3        <0> pushmark s ->4
    5        <1> readline[t1] lK/1 ->6
    4           <$> gv(*ARGV) s ->5 *ARGV
    
  2. or download this
    package SafeReadline;
    require Exporter;
    @ISA = 'Exporter';
    ...
        $pkg->export("CORE::GLOBAL", $sym, @_);
    }
    sub readline { ... }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://260108]
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-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found