http://qs1969.pair.com?node_id=376465


in reply to When is => ne , (warning rather arcane and possibly totally useless)

I suspect that use is stringified by a fat comma before it is recognised as a keyword, I haven't yet figured out how to test that theory.

After Compline,
Zaxo

  • Comment on Re: When is => ne , (warning rather arcane and possibly totally useless)

Replies are listed 'Best First'.
Re^2: When is => ne , (warning rather arcane and possibly totally useless)
by gaal (Parson) on Jul 22, 2004 at 05:50 UTC
    Yes, that's exactly what's happening:
    % perl -le 'print for f(); sub f {use => strict}' use strict