Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: sendmail logging combine two hashes

by hdb (Monsignor)
on Feb 18, 2015 at 12:38 UTC ( [id://1117091]=note: print w/replies, xml ) Need Help??


in reply to Re^2: sendmail logging combine two hashes
in thread sendmail logging combine two hashes

Try

for my $m (keys %msg) { print "$m $msg{$m}{to} send message from $msg{$m}{from}\n"; }

Replies are listed 'Best First'.
Re^4: sendmail logging combine two hashes
by chanslor (Acolyte) on Feb 18, 2015 at 14:17 UTC
    Wow, Thanks so much!!! The output is just what I wanted!!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found