usually there is perl modules icon on the cpanel so that we can see installed perl moduleWhich module of perl are you taking about?
Which module of perl are you taking about?
You have to download and install the module yourself and install it in a subdirectory, say public_html/perl/modules/foo
Then at the top of your script, add
use lib qw(/home/username/public_html/perl/modules/foo );