CARVIEW |
Select Language
HTTP/2 200
server: Combust/Plack (Perl)
content-encoding: gzip
content-type: text/html; charset=utf-8
last-modified: Sun, 12 Oct 2025 03:14:03 GMT
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1
strict-transport-security: max-age=15768000
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 0
date: Sun, 12 Oct 2025 03:14:53 GMT
x-served-by: cache-lga21949-LGA, cache-bom-vanm7210038-BOM
x-cache: HIT, MISS
x-cache-hits: 1, 0
x-timer: S1760238893.419638,VS0,VE194
vary: Accept-Encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 3395
Learn Perl - www.perl.org
Learn Perl
Useful links if you are interested in learning Perl
Get Started
Modules
If you are looking for a list of recommended modules for many day-to-day tasks, look at Task::Kensho.
The Perl FAQ
Perl FAQs are available as part of your Perl distribution with the
perldoc perlfaq
command. Read FAQs online at https://learn.perl.org/faq/
Presentations
Presentations are not necessarily the best way to learn, but they can be worth reviewing.
- Introduction to Perl: Part 1, Part 2
- DBIx::Class - Database ORM introduction
- Catalyst web framework