how about do_something($a=0) if $a;
On Wed, 22 May 2002, Scott Wiersdorf wrote:
> My shortest try is this (10 characters w/o whitespace):
>
> if( $a%2 .. $a-- ) {
> do_something();
> ...
> }
>
how about do_something($a=0) if $a;
On Wed, 22 May 2002, Scott Wiersdorf wrote:
> My shortest try is this (10 characters w/o whitespace):
>
> if( $a%2 .. $a-- ) {
> do_something();
> ...
> }
>