[system] / trunk / webwork / system / cgi / cgi-scripts / welcomeAction.pl Repository:
ViewVC logotype

Diff of /trunk/webwork/system/cgi/cgi-scripts/welcomeAction.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 6 Revision 11
1#!/usr/local/bin/perl 1#!/usr/local/bin/webwork-perl
2 2
3 3
4################################################################ 4################################################################
5# Copyright @1995-1999 by Michael E. Gage, Arnold K. Pizer and 5# Copyright @1995-1999 by Michael E. Gage, Arnold K. Pizer and
6# WeBWorK at the University of Rochester. All rights reserved. 6# WeBWorK at the University of Rochester. All rights reserved.
7################################################################ 7################################################################
8 8
9my $debugON=0; ## set this to 1 to save debugging information for errors in hardcopy output 9my $debugON=0; ## set this to 1 to save debugging information for errors in hardcopy output
10 10
11use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory 11use lib '.'; use webworkInit; # WeBWorKInitLine
12require 5.001; 12require 5.001;
13 13
14$/ ="\n"; 14$/ ="\n";
15 15
16use strict; 16use strict;

Legend:
Removed from v.6  
changed lines
  Added in v.11

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9