On 13 Jun 2006 at 12:27, Mr. Shawn H. Corey wrote:

> On Tue, 2006-13-06 at 17:20 +0100, [EMAIL PROTECTED] wrote: > 
>  print STDERR Dumper(%times);
> 
> print STDERR Dumper( \%times );

That seems to have helped the Dumper output but I still haven't 
managed to get the other assignments to stick. The name, morning 
...etc are not in the output only the last assignments that were made 
in the while loop.


$VAR1 = {
          'Thu-08' => {
                        'aft' => '0:00',
                        'total' => '5:44',
                        'home' => '16:09'
                      },
          'Wed-07' => {
                        'aft' => '4:10',
                        'total' => '8:42',
                        'home' => '17:51'
                      },
          'Tue-06' => {
                        'aft' => '2:57',
                        'total' => '7:20',
                        'home' => '16:18'
                      },
          'Fri-09' => {
                        'aft' => '4:19',
                        'total' => '8:05',
                        'home' => '18:37'
                      }
        };


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to