Help for this page

Select Code to Download


  1. or download this
    sub by_parish  {
    
        print $q->header,start_html( {-title=>"Kids Count Data for $choice
    +$headline"}) ,
    ...
        td( {-bgcolor=>"$data"}, @{$info{$choice}}[$i++] ),
        );
    }