in reply to "uninitialized value in subroutine exit" warning from CGI.pm
Your substr code might return an empty list in list context, which would mean passing am odd number of arguments to textfield
Another guess: substr can also return an lvalue which is passed by reference to the @_ aliases, thus causing a different (ie broken) error handling.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|