![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: question on stringsby mreece (Friar) |
on Mar 26, 2007 at 16:56 UTC ( #606615=note: print w/replies, xml ) | Need Help?? |
are you sure $var contains what you think it does?
if you think stringifying $var will really help, you can do it via concatenation to an empty string ($var.'') or by interpolating it in quotes ("$var").
In Section
Seekers of Perl Wisdom
|
|