Yes, Phil, I mean things like abs() meaning abs($_) and
localtime() meaning localtime(time).
Actually, combined with the paren requirement thingie, it means
localtime(time()), and localtime
has to be written localtime(). These are two different suggestions,
though.
This is an attempt at sendin
On Thu, 21 Sep 2000, Tom Christiansen wrote:
> =item perl6storm #0010
>
> Allow a way to kill *all* defaults at compile time. Or warn about them.
>
> no defaults;
> use defaults 'none';
> use warnings 'defaults';
>
> this is for anal python folks.
What are defaults, in this conte