Last active
December 25, 2018 10:29
-
-
Save Shinpeim/e0a84e8f5ff0dea9a252d67ca4ab1203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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