![]() ![]() | ![]() |
version 1.210, 2002/05/05 01:59:42 | version 1.211, 2002/05/06 13:46:41 |
---|---|
Line 2507 sub symblist { | Line 2507 sub symblist { |
if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db', | if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db', |
&GDBM_WRCREAT,0640)) { | &GDBM_WRCREAT,0640)) { |
foreach (keys %newhash) { | foreach (keys %newhash) { |
$hash{declutter($_)}=&symbclean($mapname.'___'.$newhash{$_}); | $hash{declutter($_)}=$mapname.'___'.$newhash{$_}; |
} | } |
if (untie(%hash)) { | if (untie(%hash)) { |
return 'ok'; | return 'ok'; |