Help for this page

Select Code to Download


  1. or download this
    use CGI qw(param);
    
    ...
    ${$loc}{users} = "users";
    }
    }
    
  2. or download this
    foreach $ttl (@titlez){
    #chop($ttl);
    ...
    foreach $loctitle (@titleb){
    $online++;
    }
    
  3. or download this
    if($online < "2") {
    $users = "user";
    ...
    print $tmplf;
    }
    close(FILE);