http://www.perlmonks.org?node_id=959337


in reply to Re: Default Hash Key
in thread Default Hash Key

Using the "//" operator, this folds into:

my $foo = $description{$input} // "default value";