Modern::Perl
- Modern::Perl
use Modern::Perl;
Loads strict, warnings, the features of 5.10 and the c3 Method Resolution Order
Check out the Modern Perl book
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
use Modern::Perl;
Loads strict, warnings, the features of 5.10 and the c3 Method Resolution Order
Check out the Modern Perl book