/[webpac2]/branches/Sack/scripts/webpac-storable-dump.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/Sack/scripts/webpac-storable-dump.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (show annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 246 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

1 #!/usr/bin/perl -w
2
3 # dump WebPAC storable files
4
5 use strict;
6 use Storable qw/retrieve/;
7 use Data::Dump qw/dump/;
8
9 my $path = shift @ARGV || die "usage: $0 /path/to/lookup\n" unless @ARGV;
10
11 print "# $_: ",dump( retrieve( $_ )),$/ foreach @ARGV;
12

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26