Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 499 Bytes

todo.pod

File metadata and controls

23 lines (13 loc) · 499 Bytes

Things to do here at perl101.org

Handle Perl 6

Ultimately I'd like to have perl101 show both the Perl 6 and Perl 5 ways of doing things. This way we show new people to Perl 6 how to do things, and can also act as a Perl 5-to-Perl 6 phrasebook.

Site functionality

Include the FAQ

Feedback per page

Explain use strict

In the debugging page, we say to use warnings and strict always. Explain why.

precedence

or/and vs ||/&&