Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

How to check and compare data in 2 hashes based on date and conditions

by myhome (Initiate)
on Apr 06, 2013 at 01:05 UTC ( [id://1027237]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '1' => {
    ...
                       'account' => 'ar182364'
                     }
            };
    
  2. or download this
    $VAR1 = {
              '21' => {
    ...
                        'odue' => '1'
                      }
            };
    
  3. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    print Dumper \%account;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-19 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found