in reply to Re^2: qw() problem
in thread qw() problem
Not can skip but (in most cases) should skip.
OTOH: You should have replied to the OP. I know of that fact, that's why I said that it's equivalent to
and not('name1,', 'name2,', 'name3')
('name1', 'name2', 'name3')
Update: Just a side note ;-) Careful with those apostrophes! Generally there is no such thing as a plural apostrophe in any language I know of english and german. So it should be "commas" not "comma's" ;-)
Update 2: Thanks to Perl Mouse I've learnd that the dutch language has a plural apostrophe in some cases. That's the reason for the correction above...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |