view alltheway.pl @ 75:874a6a2c28cf laserkard

session with nick. redisigned faq page
author Robert McIntyre <rlm@mit.edu>
date Tue, 29 Jun 2010 15:36:30 -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;