Documentation of Perl - video
How to read the documentation of Perl using perldoc or in the browser.
perldoc perl perldoc perlsyn perldoc -f print perldoc -q sort
You can access the documentation of Perl via the perldoc.perl.org site, but today I prefer to read it on MetaCPAN. In order to make it easier to find various strange operators of Perl, you can search for them in the menu-bar of the Perl-Maven site.

Published on 2015-02-02
Comments
In the comments, please wrap your code snippets within <pre> </pre> tags and use spaces for indentation. comments powered by Disqus
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.