Help for this page

Select Code to Download


  1. or download this
    while (@row = ...) {
    
            # include the rownum as part of the link
    ...
            # Or, just the rownum with a different link
            #print Tr( td( [a({-href=>"XXX"}, ++$rownum), @row] ) );
    }