Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Last active December 25, 2018 10:29
Show Gist options
  • Save Shinpeim/e0a84e8f5ff0dea9a252d67ca4ab1203 to your computer and use it in GitHub Desktop.
Save Shinpeim/e0a84e8f5ff0dea9a252d67ca4ab1203 to your computer and use it in GitHub Desktop.
s///;
my @bap = ('$_[++$_]->%* is a', +{ "hard" => "bap" }, "code");
sub hard { print
$_[++$_]->%*
}
hard @bap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment