The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
(function() {
if (! window.Foo) Foo = {};

(window.Foo.Bar = function() {}).prototype = {
    greetings: function() {
        alert("My name is Foo.Bar. I live on CPAN.");
    }
}
})();