/[webpac2]/trunk/scripts/webpac-lookup-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 /trunk/scripts/webpac-lookup-dump.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 896 - (show annotations)
Sun Oct 7 23:06:34 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 203 byte(s)
 r1340@llin:  dpavlin | 2007-10-08 01:04:36 +0200
 helper script from 2006, sigh!

1 #!/usr/bin/perl -w
2
3 # dump WebPAC lookups
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";
10
11 print dump( retrieve( $path ));
12

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26