Mercurial > laserkard
diff alltheway.pl @ 38:07c19a58ba5a laserkard
[svn r39] creating compatability with corel draw.
author | rlm |
---|---|
date | Sun, 24 Jan 2010 10:42:16 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/alltheway.pl Sun Jan 24 10:42:16 2010 -0500 1.3 @@ -0,0 +1,11 @@ 1.4 +#!/usr/bin/perl 1.5 + 1.6 +use Storable; 1.7 +use Data::Dumper; 1.8 +$Data::Dumper::Indent = 1; 1.9 + 1.10 + 1.11 + 1.12 +$ref = retrieve('file'); 1.13 + 1.14 +print Dumper $$ref;