Christiane Nerz wrote:

> Andrew Gaffney wrote:
>
> > James Edward Gray II wrote:
> > What you probably want is:
> >
> > foreach (keys %hash) {
> >   print "$_ => $hash{$_}\n";
> > }
> >
> oh nice - like that I get all keys and the corresponding values printed..
> But I only wanted to get all values  :-)
> Jane

Maybe so.  OTOH, if you don't trash information before you have a chance to
evaluate its significance, you might get a better concept of what is actuall
happening in your code.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to