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

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>

  • Comment on Re: Re: Re: Re: How to remove the $1 hard coding

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: How to remove the $1 hard coding
by chunlou (Curate) on Aug 22, 2003 at 21:46 UTC
    Not the m//, the = vs =~.