Help for this page

Select Code to Download


  1. or download this
    my $name = param('name');
    
    ...
    while ($sth->fetchrow_hashref) {
      ...
    }
    
  2. or download this
    <form method=post>
      <input type=hidden name=action value="more_info">
      <input type=hidden name=name   value="whatever">
      <input type=submit value="More Info">
    </form>