Should I learn Perl 5 OO or Moose first? [closed]
As everyone else has pointed out learning the basics of how OO in Perl is done will help you, not only with most non-moose packages out there but also with Moose itself since deep down Moose basically just uses a standard Perl OO layout. Basically once you’re comfortable you understand what Moose::Manual::Unsweetend is showing you’ll … Read more