AuthDBI logoff

2003-03-28 Thread Todd White
i'm seeking a means by which i can allow my web users to "logoff" after authenticating for access to restricted web space. i realize that users can just close their browser, but i'm seeking a solution that allows the browser to remain open. essentially, i want a button that a user can click that

The infamous corrupted ISA

2003-03-28 Thread Kee Hinckley
@ISA corrupted HTML::Embperl::Req must be a base class of HTML::Embperl::DOC::_23 at /Library/Perl/darwin/HTML/Embperl.pm line 877. [Fri Mar 28 13:40:05 2003] [error] Can't locate object method "Path" via package "HTML::Embperl::DOC::_23" at /Library/Perl/darwin/HTML/Embperl.pm line 880. Is it

Re: uploading files results in an empty file

2003-03-28 Thread Angus Lees
At Wed, 26 Mar 2003 16:41:30 -0800, Richard Schilling wrote: > Using the following code to upload a file from a multipart > form with a file field in it: > > [- > > if (defined $fdat{developmentmapfile}) { > > open NF, "> /usr/local/apache/htdocs/images/$fdat > {'developmentmapfile'}" or

Re: HTML table process from internal code

2003-03-28 Thread Angus Lees
At Tue, 25 Mar 2003 21:30:29 -0500, david wrote: > I have some modules which produce HTML code which is stored in a scalar > and displayed with as the return value of a [+ +] > > It might look something like this > [+ $obj->gettable +] > > If the code being returned to the page is a table, will i