Try this instead
#!/usr/bin/perl use 5.010; use List::Util; END { say for sort values %INC; } [download]
In reply to Re^5: package compiling by FunkyMonk in thread package compiling by simonodell