in reply to Re: Why do you need to escape a string used as a paramater?
in thread Why do you need to escape a string used as a paramater?

Could we consider a reference "\" in Perl the same thing as a "&" in C, for example ?

Tomtom
  • Comment on Re^2: Why do you need to escape a string used as a paramater?

Replies are listed 'Best First'.
Re^3: Why do you need to escape a string used as a paramater?
by Aragorn (Curate) on May 24, 2005 at 09:38 UTC
    Superficially, yes. "Under water", there's a lot more going on with Perl references, like automatic memory management.

    Arjen