Jason Galea wrote:
Should you maybe swap:
> if ($sent_user == "") {
for
> if ($sent_user eq "") {
cheers,
J
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html
Should you maybe swap:
> if ($sent_user == "") {
for
> if ($sent_user eq "") {
cheers,
J
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html