I have 2 questions:
1) Where does @INC get its values? (I'm aware of PERL5LIB's contribution and source inclusion of values thru shifting into the array)
2) What is the perl special variable $* ? (I received an error message indicating it is no longer supported and need to replace it)