Skip to content

Instantly share code, notes, and snippets.

@mpapec

mpapec/helper.pl Secret

Created June 22, 2016 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpapec/7fd7724cdfaeb8ac96dd2cde06b82146 to your computer and use it in GitHub Desktop.
Save mpapec/7fd7724cdfaeb8ac96dd2cde06b82146 to your computer and use it in GitHub Desktop.
sub foo {
my $cb = ref($_[-1]) eq 'CODE' ? pop : undef;
my ($self, %arg) = @_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment