I want to dump a lot of info from a database to a file on my local machine. I could not find a DBI module for the database (Intersystems's CACHE--"the post-relational database"). So I wanted to try Net::Telnet, telnet to the system, dump the data to st-out, and then edit it and dump it, but Net::Telnet buffers all output (or is it input?) and I would have to make the buffer super big, and the data will certainly fill up memory anyway. Ideally I would use while(), like a large file and then print to a file, or something. Any ideas, oh wise monks?