Help for this page

Select Code to Download


  1. or download this
    C:\Perl\packages\Object-InsideOut-0.02.00>nmake test
    
    ...
    Failed 4/4 test scripts, 0.00% okay. 53/53 subtests failed, 0.00% okay
    +.
    NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
    Stop.
    
  2. or download this
                    
                    # Share the hash, if applicable
                    if (is_sharing($pkg)) {
                        threads::shared::share($hash)
                    }
    
  3. or download this
    sub is_sharing : PRIVATE
    {
    ...
    
        return ($IS_SHARING{$class}->[0]);
    }