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