/[Frey]/branches/zimbardo/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

Contents of /branches/zimbardo/bin/dump-storable.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (show annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 194 byte(s)
branch for localisation

1 #!/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