Help for this page

Select Code to Download


  1. or download this
        (...)
        my @try = (    # search the ORACLE_HOME we're using first
    ...
        print "Found $dir/$_\n" if $::opt_d;
        }, @try);
        (...)