Help for this page

Select Code to Download


  1. or download this
    SELECT *
    
  2. or download this
    my $sql="HERE_DOC;
        SELECT p.userID, LEN(p.passwd) 
    ...
        GROUP BY p.userID;
    
    HERE_DOC"
    
  3. or download this
    if ( !CheckPass() ){
        #bail
    }else{
        # continue 
    }
    
  4. or download this
        use constant SCRIPT_DB       => 'script_db' #
        use constant PASSWORD_TABLE    => 'passwd';   #
    
  5. or download this
    open FILE, $q->param('File')