view alltheway.pl @ 64:3ded7746d484 laserkard

[svn r65] changed "the story" back to "about"
author hong
date Thu, 01 Apr 2010 20:13:58 -0400
parents 07c19a58ba5a
children
line wrap: on
line source
1 #!/usr/bin/perl
3 use Storable;
4 use Data::Dumper;
5 $Data::Dumper::Indent = 1;
9 $ref = retrieve('file');
11 print Dumper $$ref;