http://www.perlmonks.org?node_id=750381

manoj_speed has asked for the wisdom of the Perl Monks concerning the following question:

Hi friend

I declared a variable in my program. I assigned a numeric value(Ex.10) to that variable. How can I make my perl program to treat that numeric value as a string?. ( It should not add the values when I use the plus(+) operator )