Help for this page

Select Code to Download


  1. or download this
      eval "use Foo;"
    
  2. or download this
      if (eval "use Foo;") {
        # success
      } else {
        # failure (not found, failed to compile, who cares?)
      }