einnor has asked for the wisdom of the Perl Monks concerning the following question:

hi monks! i'm a new perl programmer!... as i was searching for materials on how to handle databases using DBI, i came across this module (DBIx::HTMLinterface). My problem: I can't seem to make it work... supposedly, it will provide some automation for me in handling my database... using the sample codes presented in its "Readme" module, i can't seem to make it work... Any monks out there who knows how to use this module?... Thanks in advance!

Replies are listed 'Best First'.
Re: How to use DBIx:HTMLinterface
by t0mas (Priest) on Sep 15, 2000 at 12:38 UTC
    My problem: I can't seem to make it work...

    How can't you make it work? Did it compile and test OK? Any error messages?

    The DBIx::HTMLinterface is now DBIx::glueHTML (renamed due to file name length considerations). Have you tried to install DBIx::glueHTML?

    /brother t0mas
Re: How to use DBIx:HTMLinterface
by Anonymous Monk on Sep 18, 2000 at 07:55 UTC
    it compile and test OK. But i only see a blank frame (using netscape) or only the heading (using IE)... weird... maybe it's just me...<sigh> haven't seen that new module yet (DBIx::glueHTML)... will look for it...thanx!