in reply to Re^4: package compiling
in thread package compiling

That's because you didn't use any modules!

Try this instead

#!/usr/bin/perl use 5.010; use List::Util; END { say for sort values %INC; }