T
Tor Houghton
Am I right in that the following two are identical to the Perl interpreter?
$fsp=~s/([&; \'\"!|])/\\$1/g;
and
$fsp=~s/([&; '"!|])/\\$1/g;
?
(They are not identical for the Emacs "font-lock-mode"
Tor
$fsp=~s/([&; \'\"!|])/\\$1/g;
and
$fsp=~s/([&; '"!|])/\\$1/g;
?
(They are not identical for the Emacs "font-lock-mode"
Tor