CARVIEW |
Select Language
HTTP/2 200
server: Combust/Plack (Perl)
content-encoding: gzip
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 08:52:55 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: Sat, 11 Oct 2025 09:47:57 GMT
x-served-by: cache-lga21949-LGA, cache-bom-vanm7210071-BOM
x-cache: HIT, MISS
x-cache-hits: 5, 0
x-timer: S1760176078.666711,VS0,VE203
vary: Accept-Encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 3391
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