in reply to
Re^4: search and replace with a variable
in thread
search and replace with a variable
Have you checked to see whether
$q->param('fqdn')
and
$q->param('address')
are successful in getting the strings you want?
Comment on
Re^5: search and replace with a variable
Select
or
Download
Code
Replies are listed 'Best First'.
Re^6: search and replace with a variable
by
tronmason
(Initiate)
on Apr 09, 2014 at 16:05 UTC
Yes. They both read in just fine. The last lines of the code confirms this with a print out.
[reply]
In Section
Seekers of Perl Wisdom