Help for this page

Select Code to Download


  1. or download this
    sub require_if_present
      {
    ...
    
        return($module_found);
      }
    
  2. or download this
        # Load different modules depending on OS
        if($operating_system =~ /^MSWin/i)
    ...
          }