my $foo = $bar->fetch('baz') or die "something went wrong\n"; #### my $foo = $bar->fetch('baz') || 'default';