Tom Christiansen wrote:
> 
>     print if /foo/ && /bar/
> 
> Making things harder on users ...

Oh, puhlease; now you're telling us that requiring the user to 
write instead
    print if m/foo/ && m/bar/
is "harder"?  Come on; this is perl; if we tell 'em this is the way
it has to be done, and they do it.  If they can wrap their tiny
brittle brains around qw//, then they can handle m// too, not to
mention all the other (alleged) quirks of perl.

-- 
John Porter

        We're building the house of the future together.

Reply via email to