Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $ac_date = convert($last); my $total = int (($to_date - $ac_date) /86400); if ($total > 10){ my ($detail,$usr,$ho,$no); $hoh {$detail} {'user_name'} = $user; $hoh {$detail} {'last_used'} = $last; $hoh {$detail} {'host_name'} = $host[1]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing the hash contents in mail
by Corion (Patriarch) on Jan 08, 2008 at 08:40 UTC | |
by Anonymous Monk on Jan 08, 2008 at 09:04 UTC | |
by Corion (Patriarch) on Jan 08, 2008 at 09:12 UTC | |
|
Re: printing the hash contents in mail
by f00li5h (Chaplain) on Jan 08, 2008 at 08:43 UTC |