http://www.perlmonks.org?node_id=1031425


in reply to Re^5: What does Mojolicious do exactly and is it right for me? (and CMS?)
in thread What does Mojolicious do exactly and is it right for me?

Wordpress is certainly widely used, but is mostly aimed at blogging. You can operate a non-blog site with it, but it's hardly the best tool. Joomla and Drupal are more general purpose.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^6: What does Mojolicious do exactly and is it right for me? (and CMS?)