in reply to Data export into text file

I was just reading about this sort of thing the other day in O'Reilly's "Computer Science and Perl Programming: Best of the Perl Journal". You can find the article online too; it may be worth the read: Prequel to SQL

Replies are listed 'Best First'.
Re: Re: Data export into text file
by b310 (Scribe) on Mar 18, 2003 at 20:02 UTC
    Hi Clairudjinn,

    The online article you gave me was a big help. I was able to successfully export my data into a text file.

    Thank you very much.