[prev] [thread] [next] [lurker] [Date index for 2005/02/08]
Author: simon Date: 2005-02-08 12:59:37 +0000 (Tue, 08 Feb 2005) New Revision: 1848 Removed: trunk/buscador/eat_world Log: No longer needed Deleted: trunk/buscador/eat_world =================================================================== --- trunk/buscador/eat_world 2005-02-08 12:59:12 UTC (rev 1847) +++ trunk/buscador/eat_world 2005-02-08 12:59:37 UTC (rev 1848) @@ -1,16 +0,0 @@ -use File::Slurp; -BEGIN { print "Loading stuff\n"; } -use Buscador; -#eval { Email::Store->setup; }; - -use File::Find::Rule; -BEGIN { print "Going...\n"; } - -$|++; -for (File::Find::Rule->file->in(shift)) { - next unless /\d+$/; - print "Storing $_ ..."; - Email::Store::Mail->store(scalar read_file($_)); - print "\n"; -} -
Generated at 14:00 on 08 Feb 2005 by mariachi 0.52