in reply to Re^3: Getopt::Long to define or not to define?
in thread Getopt::Long to define or not to define?
undef if the sub was called in void context
defined but false if the sub was called in scalar context
true is the sub was called in list context.
|
---|