view alltheway.pl @ 65:fd2fc585acbc laserkard

[svn r66] Change in about.css to allow for a no-border look
author hong
date Sun, 04 Apr 2010 22:44:10 -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;