Hello I am not sure if this is a perl question but i found a lot of dbi apache results under perl. I got apache DBI enable on my webserver, i would like to log successfull logins to a file or table. is there an easy way to do this? thanks.
joe wrote: > Hello I am not sure if this is a perl question but i found a lot of > dbi apache results under perl. I got apache DBI enable on my > webserver, i would like to log successfull logins to a file or table. > is there an easy way to do this?
Please see http://dbi.perl.org/ about how to access a _database_, including one of its tables, from Perl.