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


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

I agree. When the string is made explicit, it does not change the result:

perl -MO=Deparse -e "'use', 'strict'" '???', '???'; -e syntax OK perl -MO=Deparse -e "'use'=> 'strict'" '???', '???'; -e syntax OK