Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^5: excel to hash

by colox (Sexton)
on Sep 13, 2017 at 18:33 UTC ( [id://1199343]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $keys1 (sort keys %{$excel_hash}) {
        while (my ($key2, $value) = each %{%$excel_hash{$keys1} } ) {
            print "$key2 = $value \n";
        }
    }
    
  2. or download this
    $VAR1 = \{
                '002' => {
    ...
              };
    Name = AAA
    Name = BBB
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found