[[PageOutline]] = Perl language = == my (kind of local variable definition) == * my [http://perldoc.perl.org/functions/my.html perldoc] * [http://stackoverflow.com/questions/20889609/how-should-i-use-the-my-keyword-in-perl How should I use the “my” keyword in Perl?] = Web Application Framework = https://en.wikipedia.org/wiki/Web_application_framework * https://en.wikipedia.org/wiki/Mojolicious * [DebianPackage:libmojolicious-perl] rewrite of [DebianPackage:libcatalyst-perl] and more popular than [DebianPackage:libdancer-perl] * [DebianPackage:libmojo-server-fastcgi-perl] = Perl 6 = == Code examples == * [http://rosettacode.org/wiki/Hello_world/Web_server#Perl_6 Web server] == Libraries == === Event Dispatcher (Mediator Pattern) === * [https://github.com/markmontymark/patterns/tree/master/perl6/lib/Patterns/Behavioral/Mediator Mediator (GitHub)]