Help for this page

Select Code to Download


  1. or download this
    sub check_id {
      my ( $id )= @_;
    ...
      }
      return $res;
    }
    
  2. or download this
                $obj->load_via_id() ;
                die "invalid user" unless $obj->activated_account ;
    
  3. or download this
      if ( !$obj->activated_account ) {
        $suppres_warning++;
        die "invalid account";
      }