in reply to
Regex Interpolation
Curly braces should do the trick here, to separate your variable name from the '1':
print "Success!\n" if $retVal =~ s/showpos=1/showpos=${main::pageVar}1/;
Comment on
Re: Regex Interpolation
Download
Code
In Section
Seekers of Perl Wisdom