Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Why should I use perl 5.10?

by duff (Parson)
on Dec 13, 2007 at 17:42 UTC ( [id://656868]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Why should I use perl 5.10?
in thread Why should I use perl 5.10?

I think the OP means "state variables" as that's what they are called in Perl 6. The declarator is the word state too.

sub foo { state $x = 0; # $x will retain it's state through # successive invocations of foo() # ... }
(Yes, other languages use the keyword static, but this is Perl!)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-23 09:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found