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
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