Hello,
Every time I substitute these variables only the $code variable prints. I never see the $stats variable print.
I have tried many variations but I am clearly not interpreting something correctly.
Any Ideas
Thanks
In the begining
Let us first assume that there was nothing to begin with.
Every time I substitute these variables only the $code variable prints. I never see the $stats variable print.
I have tried many variations but I am clearly not interpreting something correctly.
Any Ideas
Thanks
Code:
my $statholder = "<BODY>";
my $code = "<BODY>";
my $stats = "<!--#exec cgi='\/cgi-local\/axis\/ax.pl'-->";
$checksize1 =~ s/$statholder/$code $stats/g;
Let us first assume that there was nothing to begin with.