in reply to Re: Re: space saving wanted!
in thread space saving wanted!
-- vek --my ($calc1, $calc2, $calc3, $calc4); foreach my $calc ( $calc1, $calc2, $calc3, $calc4 ) { print "$calc\n" if ($calc > 0); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: space saving wanted!
by demerphq (Chancellor) on Apr 23, 2003 at 19:44 UTC | |
by vek (Prior) on Apr 23, 2003 at 22:19 UTC |