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


in reply to Re: The most powerful CMS developed in Perl (not spam, sounds that way)
in thread The most powerful CMS developed in Perl (not spam, sounds that way)

Unpacking the archive, installing the db and modifying main.settings will set up a basic setup, but it's not designed for clicky clicky users. You are right on the style of code - it's not OO. Many have a problem with this, but when speed matters, functional is faster. That said, all code must come from trusted sources. I'm aware of the disadvantages. Regards, Andrew
  • Comment on Re^2: The most powerful CMS developed in Perl (not spam, sounds that way)

Replies are listed 'Best First'.
Re^3: The most powerful CMS developed in Perl (not spam, sounds that way)
by talexb (Chancellor) on Feb 08, 2013 at 17:33 UTC
      .. but it's not designed for clicky clicky users

    I'm not really a 'clicky-click' user -- I'm happiest at the command line. Your package doesn't even have instructions on how to install your system, let alone an install shell script.

      You are right on the style of code - it's not OO. Many have a problem with this, but when speed matters, functional is faster.

    I like OO, but I'm not sure it's dramatically slower than straight functional programming, as you're implying.

      .. all code must come from trusted sources.

    Well, I trust CPAN just fine, and I'm happy to build on the excellent building blocks that it provides.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

      Hi sir, Go to igaro.com then 'deployment' for install instructions. Rgs, Andrew

        Hi sir, Go to igaro.com then 'deployment' for install instructions. Rgs, Andrew

        Having installation instructions online, a good idea

        Not having installation instructions with software, a bad idea