Help for this page
BEGIN { unshift(@INC,".../sharedlib2.0") ... use perlmodule; #call subroutine in perlmodule dependent on sharedlib1.0"
BEGIN { unshift(@INC, ".../sharedlib1.0") ... sub perlsub { #call some function in sharedlib }