annotate not-used/alltheway.pl @ 81:6adb5da55d18 laserkard

getting color select working
author Robert McIntyre <rlm@mit.edu>
date Sun, 25 Jul 2010 05:45:56 -0400
parents 4ebd94bfecda
children
rev   line source
rlm@78 1 #!/usr/bin/perl
rlm@78 2
rlm@78 3 use Storable;
rlm@78 4 use Data::Dumper;
rlm@78 5 $Data::Dumper::Indent = 1;
rlm@78 6
rlm@78 7
rlm@78 8
rlm@78 9 $ref = retrieve('file');
rlm@78 10
rlm@78 11 print Dumper $$ref;