The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -i.bak
use strict;
use warnings;

# perl script to trick Proc::InvokeEditor with for the ticket comment update
# command

while (<>) {
     print "huzzah!";
}