The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This script needs a comment explaining it's purpose in the test suite
# or may be moved or deleted. It doesn't seem to be used by the other
# "*.t" files in this directory. 

($out,$") = splice @ARGV, 0, 2;
$" = chr($");

open STDOUT, ">$out"
  or die "Couldn't create '$out' : $!";
binmode STDOUT;
print "@ARGV";