http://qs321.pair.com?node_id=315011


in reply to DBD::CSV - how to install? (FTP only)

You can always add module directly to your programs - it's enough to past it to your program and then you can use it.

You can always do something like this: ftp modules to the destination. in your script:

use lib '/path/to/ftp/directory' use DBD::CSV

Besides DBD::CSV there are cute modules like DBD::SQLite...