#!/usr/bin/perl # ^- Change perl path and parameters as needed use GetRidOfOracle; # <-- must be the very first command in the script! use v5.12; use strict; use warnings; # your code here ... # For a demo, set PERL5LIB as Oracle would do, then run this script. # No Oracle directory should be printed as long as GetRidOfOracle is loaded. say for @INC;