Help for this page

Select Code to Download


  1. or download this
    [Mon Dec 15 10:18:23 2003] nc_rpt_summary.pl: ct_result(ct_dynamic(CS_
    +PREPARE)) returned -205 at /usr/local/lib/perl5.8.0/site_perl/sun4-so
    +laris/DBD/Sybase.pm line 124. [Mon Dec 15 10:18:23 2003] nc_rpt_summa
    +ry.pl: DBD::Sybase::db prepare failed: Server message number=10734 se
    +verity=16 state=1 line=2 server=FSPROD02procedure=DBD1text=Cannot run
    + this command because Java services are not enabled. A user with Syst
    +em Administrator (SA) role must reconfigure the system to enable Java
    +.
    
  2. or download this
    #!/usr/local/bin/perl5_8
    #Campus Main Menu
    use strict;
    ...
    $template->param(radio    =>\@radio_loop);
    $template->param(title_bar=>"Main Menu");
    print $template->output();
    
  3. or download this
    #!/usr/local/bin/perl5_8
    #Main Summary Report program.  This .pl processes the data from nc_mai
    +n.pl and
    #generates a Summary report based on the radio button selected on the 
    +Main Menu.
    ...
       return $_;
    }
    #+++++++++++++++++++++++++++++++ End Section +++++++++++++++++++++++++
    ++++++++++++++++