[system] / trunk / webwork-modperl / lib / WeBWorK / Set.pm Repository:
ViewVC logotype

View of /trunk/webwork-modperl/lib/WeBWorK/Set.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 361 - (download) (as text) (annotate)
Tue Jun 11 23:33:03 2002 UTC (10 years, 11 months ago) by sh002i
File size: 436 byte(s)
started the Webwork database interface.
fun, fun, fun...
-sam

    1 ################################################################################
    2 # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
    3 # $Id$
    4 ################################################################################
    5 
    6 package WeBWorK::Set;
    7 
    8 use strict;
    9 use warnings;
   10 use Class::Struct;
   11 
   12 struct map { $_ => '$' } our @FIELDS = qw(
   13   id
   14   login_id
   15   set_header
   16   problem_header
   17   open_date
   18   due_date
   19   answer_date
   20 );
   21 
   22 1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9