in reply to precedence: two functions on one line
Parentheses are mostly harmless, so you should use them when in doubt, or even when not in doubt, just to make things plain and visible.
Now, as for your problem:
$path = "/usr/local/bin/foobar/"; @file = map { "$path/$_.html" } qw/ a b c d e f /;
--bwana147
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: precedence: two functions on one line
by kingman (Scribe) on Jul 27, 2001 at 18:59 UTC | |
by andye (Curate) on Jul 27, 2001 at 19:14 UTC |