BEGIN { @mods = glob("/home/cuberat/mods/*"); for (@mods) { require $_; $_->import; } } #### s{.pm}{};