Created
August 30, 2010 01:28
-
-
Save mfollett/556893 to your computer and use it in GitHub Desktop.
Functional Programming Blog, week 1 example 2
This file contains 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
my $hello = sub { say 'Hello World!' }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment