Ea has asked for the wisdom of the Perl Monks concerning the following question:
cheers, (Going back to run some tests I should have done last week)use vars qw( %Courses ); use Persistence "Assignments.dat"; ... END { persistent '%Courses'; }
Update: Ack! solved problem. Solution in the reply. I just needed some time away from the problem, although writing a test case would have focused my thinking.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
test case for Persistance.pm
by Ea (Chaplain) on Mar 30, 2005 at 12:35 UTC | |
by Ea (Chaplain) on Mar 30, 2005 at 12:55 UTC | |
by g0n (Priest) on Mar 30, 2005 at 13:21 UTC |