in reply to Re: Perl database
in thread Perl database

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Perl database
by b10m (Vicar) on Apr 14, 2004 at 10:56 UTC

    perldoc -f split ?

    --
    b10m

    All code is usually tested, but rarely trusted.
Re: Re: Re: Perl database
by exussum0 (Vicar) on Apr 14, 2004 at 10:57 UTC
    Roll your own CSV, flat file one. Dont' expect any great speed out of it though.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Re: Re: Perl database
by pboin (Deacon) on Apr 14, 2004 at 13:51 UTC

    NO, no MySQL, no PostgreSQL, no speed demons/SQLite/ etc, etc, no. I need pure Perl database which can run on **ANY SERVER** with Perl supported, no any specials. It's simple enough task, and Perl can do all this work.

    Well actually, it's not that simple -- which is why you haven't written your own and moved on already. It seems like you're not listening to some perfectly good advice. Using SQLite is not a big deal -- it's pretty much self contained and it runs on many operating systems.

    Either that, or you have more criteria that we don't know about. Can you explain why it is that you can't have the solutions you list? Maybe someone can give you better advice with more information...

    A reply falls below the community's threshold of quality. You may see it by logging in.