Skip to content

Instantly share code, notes, and snippets.

@pmakholm
Created January 24, 2012 19:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pmakholm/1672185 to your computer and use it in GitHub Desktop.
Suggested talk for OpenSourceDays 2012
Title: Modern Web Programming in Perl
Duration: 45 minutes
In year 1997 dynamic web pages often consisted of HTML forms you could
submit to the server and get a full HTML page back. The standard
language for writing the server code was Perl and it is quite probable
that the worst code ever written in any language is written in Perl
about 15 years ago to handle some HTML form processing.
Since then different languages has been hyped as *the* language for
server side web development: PHP, Java Server Pages, Ruby on Rails, and
latest JavaScript in the form of node.js.
But Perl isn't the same as it was 15 years ago. The community has
matured, developed new ways of using Perl, and even acquired ideas from
other language communities. During this talk I will show the modern way
of developing web services in Perl.
Bio:
Peter Makholm has been programming in Perl for 15 years, but only been
developing for the web for 10 years, mostly in Perl and PHP. Today he
develops deep backend stuff for One.com, often (ab)using the HTTP protocol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment