Request to register new user fullname: Alexander Pourmirzayouf userid: ALPO mail: CENSORED homepage: why:
I wrote a package which allows simple DBI interactions and also implements a unified interface for common DBDs, there are some packages that approach a similar goal, but I haven't seen one allowing code short and simple as this: use DBIx::Simple; my $mysql_cons = new DBIx::Simple('mysql'); # attempt to connect to the MySql database # also prepare and execute the given SQL statement. $mysql_cons->exec( "databasename", "DELETE from somename where i=1", "username", "password"); # use the already created handle, prepare and execute the SQL # statement and return the results as array. my @results = $mysql_cons->exec("databasename","SELECT .."); $mysql_cons->disconnect_all; 'connect', 'prepare', 'execute', 'fetchrow_' are handled within the modules subroutine "exec" which also checks for a reusable connection and returns an array of values for SELECTs. The following links are only valid for PAUSE maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=52500000_7426c67ba8b4bea0&SUBMIT_pause99_add_user_sub=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=52500000_7426c67ba8b4bea0&SUBMIT_pause99_add_user_Definitely=1