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

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

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

Revision 7 Revision 8
1#!/usr/local/bin/perl 1#!/usr/local/bin/webwork-perl
2 2
3## This file is profAddStudent.pl 3## This file is profAddStudent.pl
4## It provides access to utilities for building problem sets 4## It provides access to utilities for building problem sets
5## 5##
6 6
7#################################################################### 7####################################################################
8# Copyright @ 1995-1999 University of Rochester 8# Copyright @ 1995-1999 University of Rochester
9# All Rights Reserved 9# All Rights Reserved
10#################################################################### 10####################################################################
11 11
12use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory 12use lib '.'; use webworkInit; # WeBWorKInitLine
13 13
14use CGI qw(:standard); 14use CGI qw(:standard);
15use Global; 15use Global;
16use Auth; 16use Auth;
17use strict; 17use strict;

Legend:
Removed from v.7  
changed lines
  Added in v.8

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9