Help for this page
BEGIN { require Module; import Module LIST; }
for $plugin (<Main/*.pm>) { $plugin =~ s!/!::!g; ... ## $plugin; eval $plugin; }