view alltheway.pl @ 68:098a3d3ccc4c laserkard

[svn r69] Made a mistake with which image i was calling, corrected here
author hong
date Sun, 04 Apr 2010 23:26:45 -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;