Subject: | CGI::code won't output the string "CGI" |
We are currently tracking a minor bug with CGI in our TWiki OSS software:
http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/Item4683
It seems that CGI::code is not able to output the bareword "CGI", a
small testcase would be:
require CGI;
import CGI;
print CGI::code('CGIP');
print "\n";
print CGI::code('CGI');
print "\n";
0;
- If it is just us not reading the doc on code properly, excuses up
front :-)
Best regards,
Steffen Poulsen