Skip to content

Instantly share code, notes, and snippets.

@karupanerura
Created June 26, 2017 13:57
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 karupanerura/49c0d989e98d9116a1cd458beb832255 to your computer and use it in GitHub Desktop.
Save karupanerura/49c0d989e98d9116a1cd458beb832255 to your computer and use it in GitHub Desktop.
Executable Gotanda Perl Mongers
use overload '.' => sub { print $_[0]->[0].'.'.$_[1].$/ };
sub Gotanda () { bless ["Gotanda"] }
sub pm () { 'pm' }
Gotanda.pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment