Skip to content

Instantly share code, notes, and snippets.

@jasonmay
Created February 23, 2012 16:20
Show Gist options
  • Save jasonmay/1893513 to your computer and use it in GitHub Desktop.
Save jasonmay/1893513 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
sub return_eval {
return eval { die } or do { die "does not get to here" };
}
return_eval();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment