I've got a trivial question regarding the use of modules.
I've a module that has 10 functions exported under the export_tag 'utils'. A couple of my scripts require most of the functions in 'utils' but not all. So my question is: Do you import everything, as in:
or do you take care to exclude the unwanted ones as in:#script1.pl use Turtle qw(:utils);
Thanks in advance :)#script1.pl use Turtle qw(:utils !write_file !record);
In reply to use Module - to exclude or not to exclude... by kiat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |