- or download this
$self->log(LOGDEBUG, 'EDIT_USER: '. Dumper(
{
...
}
)
);
- or download this
sub param {
...
return unless exists ...
return ...;
}
- or download this
Perl> sub x{ return };;
...
Perl> print "@b";;
Use of uninitialized value in join or string at (eval 13) line 1
1 2 a 5 6