Help for this page

Select Code to Download


  1. or download this
    use Module1;
    use Module2;
    use Module3;
    
  2. or download this
    BEGIN {
       @mods = glob("/home/cuberat/mods/*");
       for (@mods) { use $_; }
    }