Help for this page

Select Code to Download


  1. or download this
    print <<HTML;
    Username: <input type="text" size="10" name="username"><br>
    ...
    ...
    ...
    HTML
    
  2. or download this
    print textfield(
            '-name', 'username',
    ...
            },
          ),
          ... etc
    
  3. or download this
    sub afunc {
      my($x, $y) = \@_;
    }