Help for this page

Select Code to Download


  1. or download this
    <form name = "employee" method = "post" action = "output.cgi?team_id=[
    +% team_id %]&fromdate=[% fromdate %]&todate=[% todate %]">
            <tr>
    ...
            </tr>
    </form>
    
  2. or download this
    use CGI;
    my $team_id=CGI::param("team_id");
    my $fromdate = CGI::param("fromdate");
    my $todate = CGI::param("todate");