Help for this page
print "$_ => $INC{$_}\n" for sort keys %INC;
#!/usr/bin/perl -w use strict; use FindBin; ... use InContact::Util; print "$_ => $INC{$_}\n" for sort keys %INC;