#! perl -slw use strict; our $path; BEGIN { require SP_Config; } use lib $path; print for @INC;