Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hiratara/69442 to your computer and use it in GitHub Desktop.
Save hiratara/69442 to your computer and use it in GitHub Desktop.
open(OUT,">test.php");
print OUT "<?php\n";
print OUT "/*\n";
print OUT "     ____\n";
print OUT "   /__.))ノヽ\n";
print OUT "   .|ミ.l _  ._ i.)  \n";
print OUT "  (^'ミ/.´・ .〈・ リ   phpはわしが育てた\n";
print OUT "  .しi   r、_) |  \n";
print OUT "    |  `ニニ' /   \n";
print OUT "   ノ `ー―i\n";
print OUT "*/\n";
print OUT "echo\"Hello World\\n\";\n";
print OUT "?>\n";
print`php test.php`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment