perl string substitution
- From: "John" <john1949@xxxxxxxxx>
- Date: Sat, 25 Nov 2006 12:31:48 -0000
Hi
In string substiution can those two patterns be strings, such as
my ($a,$b,$c);
$a="some string"; $b="another string";
$c =~ s/$a/$b/g;
Thanks
John
.
- Follow-Ups:
- Re: perl string substitution
- From: boyd
- Re: perl string substitution
- Prev by Date: Re: goto return ?
- Next by Date: Problem with replacing string in file
- Previous by thread: goto return ?
- Next by thread: Re: perl string substitution
- Index(es):