Help for this page

Select Code to Download


  1. or download this
    print "<td><a href=\"first.pl?item=select\">Select Info</a></td>";
     print "<td><a href=\"first.pl?item=update\">Update Info</a></td>";
    
  2. or download this
    if (param("item") eq "select")
     {
    ...
     }
    sub retrieve_data
    {