in reply to Re: Perl/CGI Database Techniques
in thread Perl/CGI Database Techniques

I had noticed PerlMyAdmin before, but there has been no nchange for over 12 months. Any idea if it is still being devoloped, or what sort of state the code is in?

jdtoronto

Replies are listed 'Best First'.
Re: Re: Re: Perl/CGI Database Techniques
by BUU (Prior) on Sep 25, 2003 at 07:54 UTC
    I'm fairly certain it isn't being developed any more, since it won't even run under perl58 (activestate atleast), complaining about depreceated syntax errors and so on. But it does work on 5.6 and provides a nice clean interface for basic mysql tasks.
      A quick "thanks" to everyone who responded. My printer just consumed acres of dead trees getting the docs printed (I'm very old-fashioned like that ;) and there are some very interesting techniques around the Class::DBI module in particular.