view alltheway.pl @ 66:5a490c918444 laserkard

[svn r67] New format, brings down the (new) image to left-align with text
author hong
date Sun, 04 Apr 2010 22:44:40 -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;