Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Pushed references getting stringified somehow?

by charnos (Friar)
on Oct 01, 2002 at 17:08 UTC ( [id://202055]=note: print w/replies, xml ) Need Help??


in reply to Pushed references getting stringified somehow?

Thank you all for your amazingly fast responses. :)
As it turned out, the following modified code worked correctly (the overhead is going out the window in a second):
#print ref($hashref), "|"; push @out, $hashref; print keys %{$hashref}; #print ref($out[-1]), "ass|$out[$#out]|";
Which makes sense, I suppose, though it worked for Zaxo and Broquaint, as well as my other test script. Odd..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-25 15:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found