What is RHS in Perl ?
RHS means Right Hand Side.Is is used to only evaluate the right hand side of the regex as an expression.
Re: What is RHS in Perl ?
RHS means Right Hand Side.Is is used to only evaluate the right hand side of the regex as an expression.