Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: statefulness and Perl

by moritz (Cardinal)
on Feb 01, 2012 at 13:39 UTC ( [id://951218]=note: print w/replies, xml ) Need Help??


in reply to statefulness and Perl

I don't think such a mechanism exist.

One could try to achieve something like that by dumping core and then restarting that, or by serializing Coroutines, plus all lexicals and package variables, and then inventing some clever way to load them again. But I don't think either approach will work very well, and both would be rather much effort to get working.

You might have better luck with smalltalk, which seems to support such things better.

Log In?
Username:
Password:

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

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

    No recent polls found