[Israel.pm] s///e and s///ee
Gabor Szabo
szabgab at gmail.com
Sun Jun 11 00:59:13 EEST 2006
s/(\d+) Celsius/ celsius_to_farenheit($1) . " Farenheit"/e
sub celsius_to_farenheit {
}
For /ee you have a nice example in
http://perldoc.perl.org/perlop.html
(search for eeg)
Gabor
On 6/10/06, Yossi.Itzkovich at ecitele.com <Yossi.Itzkovich at ecitele.com> wrote:
> Hi,
>
> Can someone give me a good (realistic/practical) usage to the s///e and
> s///ee replacement operatos ?
>
> Thanks
> Yossi
More information about the Perl
mailing list