in reply to Problem pushing into @INC

You can define a path to your library using .bash_profile for standalon scripts and .htaccess for web based scripts:
in the .bash_profile: export PERL5LIB='~/prod_support/scripts' in the .htaccess: PerlSetEnv PERL5LIB ~/prod_support/scripts
      
--------------------------------
SV* sv_bless(SV* sv, HV* stash);