Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Forked from mattn/try-lite.pl
Last active December 13, 2015 22:29
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 tokuhirom/4984902 to your computer and use it in GitHub Desktop.
Save tokuhirom/4984902 to your computer and use it in GitHub Desktop.
perl -I. mattn.pl
use Try;
try { } @{ }
package Try;
use Carp;
$Carp::Internal{+__PACKAGE__}++;
*main::try = \&try;
sub try (&;%) { }
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment