in reply to italicize an email message
Disclaimer: This code hasn't been tested!open(FILE, "file.txt") or die "$!"; while (<FILE>) { $_ =~ /$word/<em>$word</em>/; } print $_; close(FILE);
--Coplan
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: italicize an email message
by feanor_269 (Beadle) on Apr 09, 2003 at 19:27 UTC | |
by Jenda (Abbot) on Apr 09, 2003 at 22:39 UTC | |
Re: Re: italicize an email message
by Anonymous Monk on Apr 10, 2003 at 14:32 UTC | |
by VSarkiss (Monsignor) on Apr 10, 2003 at 15:13 UTC |