in reply to delete users

There are several ways you can approach this. The easiest way is to use a module:

As for the log out feature; that involves quite a bit of changes to your existing code (I believe) and I'd advise some way of session handling there (CGI::Session, Apache::Session ...)

--
b10m

All code is usually tested, but rarely trusted.

Replies are listed 'Best First'.
Re^2: delete users
by xorl (Deacon) on Dec 06, 2004 at 14:28 UTC
    Actually I think Text::xSV might be more useful since it can hand delmiters other than the comma.