in reply to Re^2: substitution in a string
in thread substitution in a string
(update: corrected the missing parens, as per Roger_B's update)s/^((?i:ORACLE_SID|ORACLE_HST_SID|ORACLE_HOME|SDP_HOME))(?==)/(my $lhs +=$1) =~ tr:_:.:; $lhs/e for @envArray;
|
|---|