Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
        return @res;
    
    }
    
  2. or download this
    if ((!$login_id)||($login_id ne $query{id})) {
        #no cookie of the right name or the cookie does not match the id s
    +ent in the query
    ...
    
    }