On Jan 2, 2008, at 11:23 AM, Jay Hannah wrote:
Use of uninitialized value in concatenation (.) or string at/Users/jhannah/src/Omni2/Phoenix/script/../lib/Phoenix/Controller/ Omni.pmline 62.
I settled for this:
} else {
no warnings 'uninitialized';
$c->log->debug("is_valid_pagesrc_pagedst($pagesrc, $pagedst)
failed");
The no warnings only effects that else block, so it's pretty harmless. j