Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Reliability of SvREADONLY

by zshzn (Hermit)
on Dec 14, 2006 at 03:56 UTC ( [id://589737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::testlib;
    use Flag; #all local, sorry
    ...
    #$c++;
    #$c = 'not a test';
    $c = 5;
    
  2. or download this
    use Devel::Peek;
    use ExtUtils::testlib;
    ...
    print Dump $c;
    print "$c";
    print Dump $c;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found