in reply to
Can Perl add single quotes?
I you want to put just the variable between single quotes, use this:
print "'$test_me' was less than allowed";
[download]
Comment on
Re: Can Perl add single quotes?
Download
Code
In Section
Seekers of Perl Wisdom