version 1.9, 2009/08/14 01:58:52
|
version 1.10, 2009/09/02 14:13:16
|
Line 33 use IO::Socket;
|
Line 33 use IO::Socket;
|
use Apache::lonnet; |
use Apache::lonnet; |
use Apache::response(); |
use Apache::response(); |
use LONCAPA; |
use LONCAPA; |
|
use Tie::IxHash::Easy; # autoties all subhashes to keep index order |
### You need to install the libraries below for this to work! |
use Data::Dumper; # used to output hash contents |
|
|
###use Tie::IxHash::Easy; # autoties all subhashes to keep index order |
|
###use Data::Dumper; # used to output hash contents |
|
|
|
my $errormsg=''; |
my $errormsg=''; |
|
|