In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: > perldoc -f qw > > qw/STRING/ > Generalized quotes. See "Regexp Quote-Like Operators" in > perlop. > > is a little on the brutal side! (And the same is true for qx(), qq(), etc). > > My thinking is this: > > * The user has to work out how to find the > "Regexp Quote-Like Operators" section in perlop, and
> 1. What do you think about this? I think it's not much work to look in perlop. > 2. If you agree that "perldoc -f qw" should return some > actual content about the qw function, I think it's fine. It's not a function, it's an operator.