in reply to Re^3: If I was forced to program in another language, the Perl language feature I would miss most would be:
in thread If I was forced to program in another language, the Perl language feature I would miss most would be:
or to only test undef:$foo ||= barf->new(); $foo ||= gazonkly();
$foo //= barf->new(); $foo //= gazonkly();
|
---|