Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        use lib "/apache/wiredata/cgi-bin/mod_perl/control_center/library/
    +";
    ...
        require "OptionDisplay.pl";
        require "Viewer.pl";
    }
    
  2. or download this
    BEGIN {
        use strict;
    ...
    }
    
    package ReportGenerator;