in reply to Re: Re: s/// operator and binding
in thread s/// operator and binding
Choosing between the two, I'd go with the simpler. Just because you can do something doesn't mean you should ;)my($path) = $logfilepath; $path =~ s/$ref_srv/$server/i;
update (broquaint): changed <pre> to <code>
|
|---|