smw26 has asked for the wisdom of the Perl Monks concerning the following question:

I would like to unload a CIsam file into a text file. I've installed the CIsam module written by Ilya Verlinsky and I've downloaded a time limited version of the CIsam library from Informix. I think it should go something like this:
include CIsam.pm open CIsamfile unload into textfile

Replies are listed 'Best First'.
Re: CIsam unload
by Corion (Patriarch) on Jul 18, 2002 at 17:32 UTC

    I'm not really sure what your question is - what code have you already written and where are your problems with that code ?

    You might want to read Re: How (Not) To Ask A Question to get more hints on how to get more help from the answers you get.

    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web