Wikileaks-AfWD

 view release on metacpan or  search on metacpan

bin/afwd  view on Meta::CPAN

=head1 QUICK START GUIDE

For this to work, you will need to install SQLite3 and DBD::SQLite

You will also need the SQL file from "http://wikileaks.org/wiki/Afghan_War_Diary,_2004-2010".

    sqlite3 -init afg_std.sql afwd.sql
    #if sh/bash
    export AfWD_DBICS="dbi:SQLite:dbname=afwd.sql"
    #if tcsh
    setenv AfWD_DBICS "dbi:SQLite:dbname=afwd.sql"
    #dump them all to AfWD.txt
    afwd > AfWD.txt
    #do the same search with a WHERE of "DColor LIKE 'BLUE'"
    afwd "DColor LIKE 'BLUE'" > blue.txt

=head1 AUTHOR

Copyright (c) 2010, Zame C. Bowers <vvelox@vvelox.net>

All rights reserved.



( run in 0.458 second using v1.01-cache-2.11-cpan-a1d94b6210f )