Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Quickly detecting variable writes

by BrowserUk (Patriarch)
on Jan 07, 2007 at 07:57 UTC ( [id://593375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub onTick {
        our $x;
    ...
        }
        return $x;
    }
    
  2. or download this
    sub onTick {
        our $x;
    ...
        }
        return $x;
    }
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    some text :was read
    written :was read and written
    read & written :was read and written
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found