Help for this page

Select Code to Download


  1. or download this
    $retHashRef{$viewItem[0]} = $viewStr;
    
  2. or download this
    foreach my $row (keys %$dbDDL) {
     push @rowArr, '<pre> ' . '<font size=2>' .$dbDDL->{$row} . '</font>' 
    +. '</pre>' ;
      &P3::util::HTML::doTableDetailRow($altColor, @rowArr);
    }
    
  3. or download this
    module name : Dbschema.pm
    this is portion of method that populate the hash for string.
    ...
                $pDDL .= "$goTxt";
            }
            $retHashRef{PROC} = $pDDL;
    
  4. or download this
    This is the script that does take care of displaying og HTML
    
    ...
                 push @rowArr, '<pre> ' . '<font size=2>' .$dbDDL->{$row} 
    +. '</font>' . '</pre>' ;
                 &P3::util::HTML::doTableDetailRow($altColor, @rowArr);
             }