Mason (Perl)

Print Print
Reading time 3:0

Mason
Final release
2.24 / May 16, 2015; 6 years ago (2015-05-16)[1]
Repository Edit this at Wikidata
Written inPerl
Operating systemCross-platform
TypeWeb application framework
LicenseGNU General Public License, Artistic License
Websitesearch.cpan.org/~jswartz/Mason-2.24/

HTML::Mason, or Mason for short, is a web application framework written in Perl. It is distributed on CPAN.

It has features which make it a suitable backend for high-load sites serving dynamic content, such as online newspapers or database-driven e-commerce sites. Several popular web sites including Amazon.com[2] and Delicious[3] are or were powered by Mason. An extensive list of sites using Mason can be found at Mason HQ.

The general style of Mason is similar to StoryServer or even PHP, but Mason uses Perl as its control language, and as such can use almost any CPAN module.

Mason can be used with Apache HTTP Server via mod_perl – for which Mason provides its own handler, HTML::Mason::ApacheHandler. It also has support for Common Gateway Interface (CGI), and can therefore run on any CGI-enabled web server.

See also

References

  1. ^ "Jonathan Swartz". CPAN. Retrieved 2016-03-16.
  2. ^ Mason HQ: AmazonDotCom
  3. ^ Rands In Repose: A Del.icio.us Interview Archived 2007-02-13 at the Wayback Machine

External links


By: Wikipedia.org
Edited: 2021-06-18 14:31:54
Source: Wikipedia.org