Last active
December 11, 2015 10:28
-
-
Save run4flat/4587135 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
| sub build_state_func { | |
| my $state_var | |
| return sub { | |
| # work with state here | |
| } | |
| } | |
| ... | |
| *globref = build_state_func(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment