Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Storing state of execution

by afoken (Chancellor)
on Dec 11, 2015 at 20:16 UTC ( [id://1150069]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    eval $dump;
    die $@ if $@;
    insert(d => $VAR1);
    
  2. or download this
    Working with the original:
    
    ...
    
    $n is now 101
    d => 101
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    eval $dump;
    die $@ if $@;
    insert(d => $VAR1);
    
  4. or download this
    Working with the original:
    
    ...
    Global symbol "$n" requires explicit package name at (eval 8) line 8.
    Global symbol "$n" requires explicit package name at (eval 8) line 9.
    Global symbol "$n" requires explicit package name at (eval 8) line 10.
    
  5. or download this
    #!/usr/bin/perl -w
    
    ...
    eval $dump;
    die $@ if $@;
    insert(d => $VAR1);
    
  6. or download this
    Working with the original:
    
    ...
    
    $n is now 1
    d => 1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 10:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found