I've packed everything you'll need for DBD::AnyData (except DBI) into AnyData-Standalone It will allow you to install all of the pre-required modules (all maintained by me, BTW) with only FTP access. Here's the README for AnyData-Standalone:
AnyData::Standalone -- install AnyData without make or compile

WHAT IT IS (AND ISN'T)

 This package includes all of the files needed to install AnyData
 and DBD::AnyData.  It is *only* for extreme cases where you can't
 use CPAN or PPM or manual install (for example if you only have
 FTP access to a server or you are installing onto a PDA or other
 limited environment).  If you are using this package to avoid
 learning how to install modules, please don't do that.  Learn to
 install modules, it will really, really help you in the long run.

HOW TO INSTALL

 Unpack this package in the desired location (or unpack it locally and
 then FTP the resulting MyLib directory to the final location).  In
 scripts that call the modules put this at the top:

     use lib 'path/MyLib';   # path = wherever you unpacked MyLib

 This package does not include DBI.  If you want to use DBD::AnyData,
 you'll need to install DBI separately.  DBI also has a Pure Perl
 version that can be installed without compile or make, see the DBI
 and DBI::PurePerl docs for further info.

WHAT VERSIONS ARE INCLUDED

     AnyData        0.08
     DBD::AnyData   0.06
     DBD::File      0.22
     SQL::Statement 1.005

=head1 DOCUMENTATION
 
 The documentation for each module is included with the module, use
 perldoc <module_name> or just read the pod section in a text viewer
 or look up the docs online at http://search.cpan.org/~jzucker/.

In reply to Re: Re: Re: DBD::CSV - how to install? (FTP only) by jZed
in thread DBD::CSV - how to install? (FTP only) by lwicks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.