[32647] in Perl-Users-Digest
Perl-Users Digest, Issue: 3923 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Apr 14 03:09:22 2013
Date: Sun, 14 Apr 2013 00:09:03 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sun, 14 Apr 2013 Volume: 11 Number: 3923
Today's topics:
Re: newbie: Problem with $ and \ in strings <uri@stemsystems.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sun, 14 Apr 2013 00:26:26 -0400
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: newbie: Problem with $ and \ in strings
Message-Id: <87obdh4u19.fsf@stemsystems.com>
>>>>> "JWK" == John W Krahn <jwkrahn@example.com> writes:
JWK> Ben Morrow wrote:
>> You don't ever want to use /o. Since perl 5.6 (a very long time ago)
>> perl precompiles all regexes, so /o will do no good and may do some
>> harm.
JWK> The /o option only applies if variables are interpolated in the
JWK> regular expression, but there are no variables in this case, so the /o
JWK> option is superfluous.
and with qr// operator, the /o option is totally obsolete. you can
control when a regex is compiled yourself and don't need /o to tell perl
not to recompile it again.
uri
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
Back issues are available via anonymous ftp from
ftp://cil-www.oce.orst.edu/pub/perl/old-digests.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V11 Issue 3923
***************************************