NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
cgi-lib (Score:2)
The Perl4 cgi-lib had the "null byte" problem in various versions of the library. Usually, people wouldn't notice when dealing with single values for a form param, but cgi-lib would separate multiple values with the ASCII zero and expect people to split on them. Needless to say, using '\0' to separate those values would produce somewhat disappointing results.