Hello, I have a certain string, say "foo bar widget" and would like to replace the substring "widget" with a link, so that:
foo bar widget <becomes> foo bar <a href="search.cgi?q=widget">widget</a> Also - this needs to be case insensitive. Any ideas on how to get this done? Thanks. Roy _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
