[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / UserList.pm Repository:
ViewVC logotype

View of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/UserList.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 832 - (download) (as text) (annotate)
Wed May 14 20:28:18 2003 UTC (10 years, 1 month ago) by malsyned
File size: 267 byte(s)
Added shell code for the UserList and ProblemSetList
-Dennis

    1 package WeBWorK::ContentGenerator::Instructor::UserList;
    2 use base qw(WeBWorK::ContentGenerator::Instructor);
    3 
    4 =head1 NAME
    5 
    6 WeBWorK::ContentGenerator::Instructor::UserList - Entry point for User-specific data editing
    7 
    8 =cut
    9 
   10 use strict;
   11 use warnings;
   12 use CGI qw();
   13 
   14 1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9