Help for this page

Select Code to Download


  1. or download this
    sub add_login{
    
    Line 202 my ($dbhCurrent, $usrname, $first, $last, $passwd, $fncgrp) =
    + @_;
    ...
    $$dbhCurrent->do($sql)
            or $app->log($FATAL,"Can't do SQL statement [ $sql ] :: $DBI::
    +errstr");
    line 227 }