in reply to Re: Re: Re: How is this syntax breaking my code?
in thread How is this syntax breaking my code?

It's been true ever since references were added to the language in 5.0. And they are optional anywhere that you dereference a complex data structure (including within quotes). This is mentioned in perldoc perlref. If you think you have an example where this doesn't work then please post it.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: Re: Re: Re: How is this syntax breaking my code?