Maybe a simple Question: I use a dozen of scripts. Each of them uses a pile of the same uses. How can I achive to have just one file with all the uses which I can import? Here an Example
The main code goes here:# obligigatory.pm # all my uses, which I needed in the other files # no package marker use strict; use warnings; use foo::bar; 1;
use obligatory; # use all the staff I needed $a = $b; # should give me an error/warning
In reply to How to use a bunch of uses with just one use? by BluePerl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |