Help for this page

Select Code to Download


  1. or download this
       while (chomp($_ = <FILE>)) {
          do stuff;
       }
    
  2. or download this
    my $user = $q->param('username');
    my $pass = $q->param('password');
    ...
        }
        return 0;  
    }