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

Diff of /trunk/webwork/system/cgi/cgi-scripts/pod2webwork.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## $Id$ 3## $Id$
4 4
5#################################################################### 5####################################################################
6# Copyright @ 1995-1998 University of Rochester 6# Copyright @ 1995-1998 University of Rochester
7# All Rights Reserved 7# All Rights Reserved
8#################################################################### 8####################################################################
9 9
10use strict; 10use strict;
11 11
12use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory 12use lib '.'; use webworkInit; # WeBWorKInitLine
13# this is the home directory. (change to system) 13# this is the home directory. (change to system)
14use Global; 14use Global;
15use Pod::Html; 15use Pod::Html;
16use Carp; 16use Carp;
17use CGI qw(:standard); 17use CGI qw(:standard);

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

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9