Help for this page

Select Code to Download


  1. or download this
    push @INC, '/opt/myapp/lib';
    
  2. or download this
        AV * PL_inc = get_av("INC",0);
        if( ! PL_inc ) {
            Perl_croak(aTHX_ "@INC not found from C code?!");
        };
        av_push(results, newSVpv("/opt/myapp/lib"));