Re: [RDBO] Odd Autoinitialization

2008-02-12 Thread Wiggins d'Anconia
John Siracusa wrote: > On Feb 11, 2008 8:55 PM, Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: >> my $test = $user->profile->user_agreement_accepted_on; >> warn "test: $test\n"; >> unless (defined $test) { >> ... >> } >> >> Which results in 3 log lines, >> >> Use of uninitialized value in concate

Re: [RDBO] Odd Autoinitialization

2008-02-11 Thread John Siracusa
On Feb 11, 2008 8:55 PM, Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > my $test = $user->profile->user_agreement_accepted_on; > warn "test: $test\n"; > unless (defined $test) { > ... > } > > Which results in 3 log lines, > > Use of uninitialized value in concatenation (.) or string at > /.../C