http://qs321.pair.com?node_id=467505


in reply to Re: Is dbmopen() around in another form?
in thread Is dbmopen() around in another form?

Yeah I started to look at DBD::SQLite, but it needs to be installed. And for this project I cant install software other then cgi stuff. I will look at the Cache::Cache and DBM::Deep. Thank you

Lane
  • Comment on Re^2: Is dbmopen() around in another form?

Replies are listed 'Best First'.
Re^3: Is dbmopen() around in another form?
by merlyn (Sage) on Jun 16, 2005 at 23:59 UTC
    Uh, why are you ruling out things that must be "installed"? Have you not seen perlmodinstall?

    But worse, you rule out $package1 because it has to be installed, but then you talk about $package2 and $package3, neither of which are core. That's very confusing.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

      Sorry to be confusing, I dont have rights to install. I havn't looked at $package2 and $package3 yet, so if they also need to be installed I will not be able to use them either.

      I will look at perlmodinstall.

      I belive the host supports mod perl but unsure, I will check on that as well.

      Mostly I wanted to update an old cgi (perl but not mod perl) program that uses flat files. I'm trying to feel out some better options.

      Lane