| 1 | #!/usr/bin/env perl |
1 | #!/usr/bin/env perl |
| 2 | |
|
|
| 3 | ################################################################################ |
2 | ################################################################################ |
| 4 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
3 | # WeBWorK Online Homework Delivery System |
| 5 | # $Id: hash2sql,v 1.2 2003-06-19 19:23:50 sh002i Exp $ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
|
|
5 | # $CVSHeader$ |
|
|
6 | # |
|
|
7 | # This program is free software; you can redistribute it and/or modify it under |
|
|
8 | # the terms of either: (a) the GNU General Public License as published by the |
|
|
9 | # Free Software Foundation; either version 2, or (at your option) any later |
|
|
10 | # version, or (b) the "Artistic License" which comes with this package. |
|
|
11 | # |
|
|
12 | # This program is distributed in the hope that it will be useful, but WITHOUT |
|
|
13 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
|
14 | # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the |
|
|
15 | # Artistic License for more details. |
| 6 | ################################################################################ |
16 | ################################################################################ |
| 7 | |
17 | |
| 8 | =head1 NAME |
18 | =head1 NAME |
| 9 | |
19 | |
| 10 | hash2sql - copies data from a course using a hash-based database (without global tables) |
20 | hash2sql - copies data from a course using a hash-based database (without global tables) |