Help for this page

Select Code to Download


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