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

That might be true in 5.6. The Arrows are optional in Program text, but in ""?
  • Comment on Re: Re: Re: How is this syntax breaking my code?

Replies are listed 'Best First'.
Re: Re: Re: Re: How is this syntax breaking my code?
by davorg (Chancellor) on May 18, 2001 at 12:15 UTC

    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