Re: Is There a Way to Make Uninitialized Warnings Fatal?
Hmmm maybe $default_warn->(@_); would work better? Just guessing Sent via the Samsung GALAXY S®4, an AT&T 4G LTE smartphone Original message From: "Martin G. McCormick" Date:2014/12/10 15:42 (GMT-05:00) To: beginners@perl.org Cc: Subject: Re: Is There a Way to Mak
Re: Display a hash in the order of an array
> Hi, > > I have the following structure : > > $hash{$date} = { > 'ip' => $ip, > 'action' => $action, > }; > > witch produce data like : > > $VAR1 = '[15/Jul/2015:10:30:03 +0200]'; > $VAR2 = { >'ip' => 'xxx.xxx.xxx.x