Re: [siesta-dev] problem with Email::Valid in Siesta::Message

[prev] [thread] [next] [lurker] [Date index for 2002/10/10]

From: Richard Clamp
Subject: Re: [siesta-dev] problem with Email::Valid in Siesta::Message
Date: 11:19 on 10 Oct 2002
On Thursday, Oct 10, 2002, at 11:16 Europe/London, Richard Clamp wrote:
> Argh - all those poor wasted bytes! :)
>
> my $to = $args{to} || $clone->from;
> return unless $to;

Or even:

my $to = $args{to} || $clone->from
   or return;

Even though it's golfing that seems slightly more idiomatic.

I'll quit wibbling now.

-- 
Richard Clamp <richardc@xxxxxxxxx.xxx>


Generated at 13:56 on 01 Jul 2004 by mariachi 0.52