Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: question on strings

by mreece (Friar)
on Mar 26, 2007 at 16:56 UTC ( #606615=note: print w/replies, xml ) Need Help??


in reply to question on strings

are you sure $var contains what you think it does?
use Data::Dumper; warn Dumper($var);
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").

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://606615]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2023-03-24 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (61 votes). Check out past polls.

    Notices?