/[SWISH-PlusPlus]/trunk/tools/dump_storeable.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/tools/dump_storeable.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (hide annotations)
Tue Dec 7 16:05:43 2004 UTC (19 years, 4 months ago) by dpavlin
File MIME type: text/plain
File size: 165 byte(s)
DEVELOPMENT STOPPED: it seems that swish++ isn't faster than swish-e if you
remove clever heuristics about english words. So, this project is abandoned.

1 dpavlin 22 #!/usr/bin/perl -w
2    
3     use strict;
4     use Storable;
5     use YAML;
6    
7     my $store = shift @ARGV || die "$0: name_of_store\n";
8     my $hashref = retrieve($store);
9     print Dump($hashref);

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26