Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created February 28, 2014 15:52
Show Gist options
  • Select an option

  • Save tobyink/9273452 to your computer and use it in GitHub Desktop.

Select an option

Save tobyink/9273452 to your computer and use it in GitHub Desktop.
{
my $_only_called_in_calc = sub {
...;
};
sub calc {
my $result = $_only_called_in_calc->(1,2,3);
...;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment