Help for this page

Select Code to Download


  1. or download this
        my $hashref = {
          'rows' => "$i $x",
    ...
          'INTERFACE' => \@r,
       };
      push(@total, $hashref);
    
  2. or download this
    <TD BGCOLOR=#ffffff><TMPL_VAR NAME="rows"></TD>
    
  3. or download this
    my @headers = ("1","2", "three", "4", "blank", "blank", "blank", "desc
    +-1", "desc-2", "desc-3", "desc-4", "desc-5");
    for (@headers) {
      my $href = { 'HEADER' => $_ };
      push(@h, $href);
    };
    
  4. or download this
        my $hashref = {
          'rows' => "$i $x",
    ...
          'INTERFACE' => \@r,
       }; 
      push(@total, $hashref);
    
  5. or download this
    my $template = HTML::Template->new(
                filename => 'testing.tmpl',
       die_on_bad_params => 0,
               associate => $query,
      );
    
  6. or download this
    $template->param(HEADER => \@h );
    
  7. or download this
    <TMPL_VAR NAME="PAGER_JAVASCRIPT">
      <FORM>
    ...
      </TABLE>
      <TMPL_VAR NAME="PAGER_HIDDEN">
      </FORM>