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

Re^2: Push array to hash

by Anonymous Monk
on Jun 25, 2020 at 09:24 UTC ( [id://11118505]=note: print w/replies, xml ) Need Help??


in reply to Re: Push array to hash
in thread Push array to hash

Icky

warn 'BEFORE: ',Data::Dumper->Dump([\@arrayOfHashes],[qw(*arrayOfHash +es)]),' '; $Data::Dumper::Deepcopy=1; warn 'AFTER: ',Data::Dumper->Dump([\@arrayOfHashes],[qw(*arrayOfHashes +)]),' ';

ok

warn 'BEFORE: ',Data::Dumper->Dump([\@arrayOfHashes],[qw(*arrayOfHash +es)]),' '; warn 'AFTER: ',Data::Dumper->new([\@arrayOfHashes],[qw(*arrayOfHashes) +])->Deepcopy(1)->Dump,' ';

ok? 😌

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 15:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found