Home
Conferences
Upcoming Conferences
Call for Presentations
Countries
Cities
Code of Conduct
Diversity Tickets
Event Series
Past conferences
Topics
Podcasts
People
Videos
About
Contribute
A Brief Overview of Resources for the Perl Programmer
New York Perl Mongers
perldoc perldoc
perldoc perltoc
perldoc -f split # to look up a function
perldoc -q shuffle # to search the FAQ
perldoc -v '$_' # for special variables
perldoc Semi::Semicolons
perldoc -m Semi::Semicolons
perldoc -l Semi::Semicolons
p6doc - The Perl 6 quivalent of perldoc
perldoc.perl.org
www.cpan.org
MetaCPAN
cpan or cpanminus (App::cpanminus) the latter can be installed using
curl -L https://cpanmin.us | perl - App::cpanminus
Perlmonks
Stack Overflow
docs.perl6.org
for Perl 6
Perl 6 docs on GitHub
design.perl6.org
the original design specs of Perl 6
modules.perl6.org
use Panda to install modules (there is also zef and redpanda)
www.irc.perl.org
join the #perl-help channel
irc.freenode.net
#perl and #perl6
Perl Mongers
YAPC::NA
Annual Perl Conference in North America
YAPC::EU
Annual Perl Conference in Europe
Perl Workshops and events
Length: 18:53
abstract
Recorded on 2016-06-20 at
YAPC::NA
Look for other videos at
YAPC::NA
.
Tweet this video
perl
David H. Adler