Skip to content

Instantly share code, notes, and snippets.

@karupanerura
Last active April 25, 2016 01:49
Show Gist options
  • Save karupanerura/f9652a8c21003e41e33dbe7519f325b3 to your computer and use it in GitHub Desktop.
Save karupanerura/f9652a8c21003e41e33dbe7519f325b3 to your computer and use it in GitHub Desktop.
package main;
use Scope::UndefSafe;
sub it() { $_ }
package Let::it;
sub be { __PACKAGE__ }
package main;
my $let = my $it = my $be = \&Let'it::be;
let { it->be } Let'it::be()->$let->$it->$be;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment