in reply to use lib connundrum

use lib ( "~my_account/public_html/PERL_TEST/" ); This is what the environment variable PERL5LIB is made for. Set it in the appropriate profile like file.

Using the environment may be a security issue, which is the argument for hard coded paths.