unordered_str_cmp depreciated method? | topic started 3/19/2003; 11:57:03 AM last post 3/19/2003; 2:32:25 PM |
|
Mike Gage - Re: unordered_str_cmp depreciated method? 3/19/2003; 2:32:25 PM (reads: 951, responses: 0) |
Hi, This code works here on my machine. There is one problem with the answers you have
$a = "b"; You do not need or want the commas in your answers. The answers are expected to be entered without commas. You might want to get a fresh copy of PGanswermacros.pl at http://webwork-db.math.rochester.edu/cgi-bin/cvsweb.cgi/webwork/system/courseScripts/PGanswermacros.pl just in case there is something that wasn't quite up to date in your version of str_cmp. (the error sounds very much like it is internal to str_cmp or it's alias unordered_str_cmp) Hope this helps. -- Mike |