Get the documentation of the built-in function : perldoc « Language Basics « Perl
- Perl
- Language Basics
- perldoc
Get the documentation of the built-in function
Replace stat with the name of the built-in function you are interested in.
perldoc f stat
Related examples in the same category