anduse Algorithm::LUHN;
Is it somehow better to use the second statement if I use only "is_valid" method in my code? Maybe, memory issues or something? Thanks in advance.use Algorithm::LUHN qw /is_valid/;
In reply to Difference between use Module::Name and use Module::Name qw /method1 method2/ by Doctrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |