in reply to Re: perldoc -lf anomaly
in thread perldoc -lf anomaly

What do you expect -lf to produce???

I expected -lf to only return the name of the file "splice" was found in (perlfunc), instead of all the files it searched (perlfunc and perlop), but I guess it just doesn't work that way.

> You are combining two unrelated options.

Thanks for the clarification!