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