Help for this page

Select Code to Download


  1. or download this
    Can't locate DateTime/TimeZone/Local/Unix.pm:  
            /opt/local/lib/perl5/site_perl/5.32.0/DateTime/TimeZone/Local/
    +Unix.pm: T
    oo many open files at /opt/local/lib/perl5/site_perl/5.32.0/Module/Run
    +time.pm li
    ...
        extra library is, or maybe the script needs to add the library nam
    +e
        to @INC.  Or maybe you just misspelled the name of the file.  See
        "require" in perlfunc and lib.
    
  2. or download this
    sub require_module($) {
            # Localise %^H to work around [perl #68590], where the bug exi
    +sts
    ...
                    return scalar(CORE::require(&module_notional_filename)
    +);
            }
    }
    
  3. or download this
    [...]
    The notional filename for the named module is generated and returned.
    ...
            return $name.".pm";
    }
    [...]