in reply to Re: Perl autovivifyies object property when using exists
in thread Perl autovivifyies object property when using exists

Ah, got it. Thanks. Quite the little gotcha. Never knew about this.

$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks

  • Comment on Re^2: Perl autovivifyies object property when using exists