Help for this page
perl -e 'print join "\n", @INC';
perl -V
#!perl ... my $inc = File::PathList->new( paths => \@INC ); say Dumper $inc;