Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Variable persistence for suspend-and-resume programs

by polettix (Vicar)
on Jul 23, 2005 at 21:00 UTC ( [id://477517]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package vars::persistent;
    
    ...
    at your option, any later version of Perl 5 you may have available.
    
    =cut
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    is($foo, $rfoo, "scalar value");
    is_deeply(\@bar, \@rbar, "array");
    is_deeply(\%baz, \%rbaz, "hash");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://477517]
Approved by Arunbear
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-20 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found