[prev] [thread] [next] [lurker] [Date index for 2002/10/10]
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