Skip to content

Instantly share code, notes, and snippets.

@rayners
Created May 26, 2009 18:18
Show Gist options
  • Save rayners/118200 to your computer and use it in GitHub Desktop.
Save rayners/118200 to your computer and use it in GitHub Desktop.
eval { require Some::Module; 1; };
if ($@) {
# it didn't load
}
else {
# it did!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment