I'd like to say something like:use Module1; use Module2; use Module3;
however, that fails miserably. Gracias!BEGIN { @mods = glob("/home/cuberat/mods/*"); for (@mods) { use $_; } }
In reply to Load all modules in directory by ttcuberat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |