http://qs321.pair.com?node_id=358889

Recently on my brain: the Inside-Out object implementation - see http://www.perlmonks.org/index.pl?node_id=219924 and Abagail's node (referenced there).

How to Perl-i-fy your JavaScript: Use regular expressions. Use JavaScript's Objects as hashes. Call pop and push (or shift and unshift) on JavaScript's Arrays. Create JavaScript functions that implement Perl's map, grep, and foreach (you might want to implement foreach first), then extend these to implement keys and values. Use eval.