http://qs321.pair.com?node_id=285836


in reply to Re: Re: How to remove the $1 hard coding
in thread How to remove the $1 hard coding

...$string = m/...
            ^
            |
           typo?
  • Comment on Re: Re: Re: How to remove the $1 hard coding

Replies are listed 'Best First'.
Re: Re: Re: Re: How to remove the $1 hard coding
by ajdelore (Pilgrim) on Aug 22, 2003 at 21:34 UTC

    Updated: my bad, I misunderstood what the little arrow thing was supposed to point at.

    IIRC, m// is the regex matching quote. // is just a shorthand for it.

    cf. perlre

    </ajdelore>

      Not the m//, the = vs =~.