view alltheway.pl @ 50:1b5417799713 laserkard

[svn r51] Venture Mentoring service LIVE
author rlm
date Mon, 01 Feb 2010 02:54:59 -0500
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;