Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: mysterious threads::shared behaviour

by ericatkin (Novice)
on Jan 21, 2009 at 20:22 UTC ( [id://737932]=note: print w/replies, xml ) Need Help??


in reply to Re: mysterious threads::shared behaviour
in thread mysterious threads::shared behaviour

So, that explains it. Thank you. I worked around the XML::Dumper issue with the following code:
my %tmp_h; for (keys(%h)) { $tmp_h{$_} = {}; %{$tmp_h{$_}} = %{$h{$_}}; } pl2xml(\%tmp_h, 'h.xml'); %tmp_h = ();
Where can I read more about LV scalars?

Replies are listed 'Best First'.
Re^3: mysterious threads::shared behaviour
by BrowserUk (Patriarch) on Jan 21, 2009 at 20:54 UTC
    Where can I read more about LV scalars?

    Try PerlGuts Illustrated as a starting point. Search down for "SvPVLV" for the explanation for LV scalars, though you'll probably need to go back to the top and read down to understand the information presented under that heading.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found