Help for this page

Select Code to Download


  1. or download this
        if( $module->require() ) {
    
  2. or download this
    use Module::Require qw< could_require >;
    # ...
        if( could_require( $module ) ) {