in reply to Re^2: when $$s =~ m/\G.../gc is too verbose (for)
in thread when $$s =~ m/\G.../gc is too verbose
But in the meantime, I've trained myself to actually read/seewith($$s) { ... }
asfor(SCALAR) { ... }
with(SCALAR) { ... }
Chalk it up as another Perl idiom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: when $$s =~ m/\G.../gc is too verbose (for)
by TimToady (Parson) on Feb 03, 2006 at 19:10 UTC |