That's what -l is telling you, for every possible NAME.
The builtin function grep is finally only found in perlfunc , but operators like == only in perlop .
D:\Users\lanx>perldoc -lf == C:\Perl_64\lib\pods\perlfunc.pod C:\Perl_64\lib\pods\perlop.pod D:\Users\lanx>perldoc -f == Equality Operators Binary "==" returns true if the left argument is numerically equal + to the right argument. ...
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
In reply to Re: What is perldoc -lf doing?
by LanX
in thread What is perldoc -lf doing?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |