in reply to Re: and multiple statements
in thread and multiple statements
I agree, 2¢ in the kitty. This is the style I prefer and gravitate toward. I tend to use names too so I think it would even read well to those who don't like this style.
NUM: for( 1..10) { $_ & 1 and warn "odd" and next NUM; print "$_ is good and even\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: and multiple statements
by BrowserUk (Patriarch) on Jun 06, 2010 at 22:54 UTC |