Like this sentence:
use Test::Simple tests => 1;Sometimes I see there is a fat comma on use directive Of course I would think they are functions if it looked like:
use Foo::Bar qw(func1 func2);But in the first case, '1' cannot be a function name. So what is that '1'? Is it a parameter to the function 'tests' or a parameter to the module Test::Simple or what???
In reply to comma(or fat comma) in 'use' directive by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |