in reply to
Re: Formatting Long String in Backticks
in thread
Formatting Long String in Backticks
Keep in mind that
q!!
will not interpolate, but
qx!!
will. This is importatnt if
testing
actually contains variables.
Comment on
Re^2: Formatting Long String in Backticks
Download
Code
In Section
Seekers of Perl Wisdom