The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
var shell = require('./shell.js');
for (var cmd in shell)
  global[cmd] = shell[cmd];