The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use Sysadm::Install qw(:all);
print STDERR "Type perl code, terminate by CTRL-D\n";
my $in = join "", <>;
$in =~ s/\n/ /g;

print "perl -e ", qquote($in, ':shell'), "\n";