Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How can I populate attributes of a hash into another ?

by Random_Walk (Prior)
on Jul 19, 2013 at 14:12 UTC ( [id://1045365]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "Ch: $i '$book{chapter}[$i]{name}' ($book{chapter}[$i]{page}
    +)\n";
        $i++
    }
    
  2. or download this
    ABC - an adventure
    Ch: 1 'Testing Times' (2)
    Ch: 2 'Importing Hash' (99)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-24 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found