View Single Post
  #3 (permalink)  
Old 11-19-03, 01:39 PM
ntek ntek is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Works like a charm!

Quote:
Originally Posted by Chas
Hey ntek,

I think this will work for you:

Code:
my $footer = qq~This is my footer text.  Replacted text: QUERY~;
my $keywords = qq~These are my keywords~;
$footer =~ s/QUERY/$keywords/;
If not, post what code you have now and I'll see if I can help you out.

~Charlie
Thanks Charlie, it works just as it should - I was close, but not close enough ... again, thanks a million!!!

ntek
Reply With Quote