Help for this page

Select Code to Download


  1. or download this
        if ($VC and exists $ENV{LIB} and $ENV{LIB}) {
            push @libpath, split /;/, $ENV{LIB};
        }
    
  2. or download this
        if ($GC and exists $ENV{LIBRARY_PATH} and $ENV{LIBRARY_PATH}) {
            push @libpath, split /;/, $ENV{LIBRARY_PATH};
        }
    
  3. or download this
    Test Summary Report
    -------------------
    ...
    Files=52, Tests=3636, 39 wallclock secs ( 2.03 usr +  0.31 sys =  2.34
    + CPU)
    Result: FAIL
    Failed 1/52 test programs. 2/3636 subtests failed.