in reply to Re: Re: Printing last element of hash (unintentionally)
in thread Printing last element of hash (unintentionally)
That is probably a problem. :-)
I'm still not sure what you want to do, and if the hash actually contains what you think it does, though.
Please also try running your code with:
That will show some other problems in the code you posted above (you probably just posted a snipped of the code, but it suggests more things are going wrong than you are aware of)#!/usr/bin/perl -wT use strict;
Joost.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Printing last element of hash (unintentionally)
by Anonymous Monk on Jan 03, 2004 at 21:38 UTC | |
by Joost (Canon) on Jan 03, 2004 at 22:26 UTC | |
by Anonymous Monk on Jan 03, 2004 at 23:28 UTC |