Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl5_8
    #Start program for Campus Financial Reports
    ...
    
    print "<p>";
    print "Good-bye Cruel World<br>\n";
    
  2. or download this
    <TMPL_INCLUDE NAME='nc1_start.tmpl'>
    <TMPL_INCLUDE NAME='nc1_style.tmpl'>
    ...
    </form>
    
    <TMPL_INCLUDE "nc1_end.tmpl">
    
  3. or download this
    #!/usr/local/bin/perl5_8
    #Start program for Report 1 Summary
    ...
                         }
        return %parameters;
    }
    
  4. or download this
    <TMPL_INCLUDE "nc1_start.tmpl">
    <TMPL_INCLUDE "nc1_style.tmpl">
    ...
    
    <TMPL_INCLUDE "nc1_footer.tmpl">
    <TMPL_INCLUDE "nc1_end.tmpl">