in reply to Getting rid of an uninitialized warning
The Defined-Or operator // is what you want:
my $c_enabling = param('enabling') // ''; [download]