Help for this page

Select Code to Download


  1. or download this
    /* SQL Library File
    used via the Perl Module SQL::Library
    ...
           USERS_GRACE_LOGIN = ?
    WHERE USERS_ID = ?
    
  2. or download this
    use strict;
    use SQL::Library;
    ...
    
    exit;