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
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