Skip to content

Instantly share code, notes, and snippets.

@chrisa
Created March 12, 2010 19:58
Show Gist options
  • Select an option

  • Save chrisa/330720 to your computer and use it in GitHub Desktop.

Select an option

Save chrisa/330720 to your computer and use it in GitHub Desktop.
sub call {
my ($self, $env) = @_;
eval {DB::enable_profile(sprintf('nytprof_hit_%s', $profile)) };
die;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment