Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-20 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found