/[Frey]/trunk/bin/dump-storable.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/bin/dump-storable.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (hide annotations)
Sun Jun 29 00:50:12 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 194 byte(s)
script to dump storable
1 dpavlin 16 #!/usr/bin/perl -w
2    
3     use strict;
4    
5     use Storable;
6     use Data::Dump qw/dump/;
7    
8     foreach my $path ( @ARGV ) {
9     my $d = retrieve $path or warn "Can't read $path: $!";
10     print dump( $d ) if defined $d;
11     }
12    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26