The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php

include($argv[1]);
$fh = fopen($argv[2], 'w');
fputs($fh, $data['bin']);
fclose($fh);