Help for this page
#!/usr/bin/perlml # or whatever your cPanel says ... print join "\n", @INC; printf "%-20s => %s\n", $_, $INC{$_} for keys %INC;