in reply to Re: splitting array values
in thread splitting array values

Is there another way to sort things. For example could I take each key from the hash and compare it to all the others until I found the largest and then so on? I'm not quite sure how this would be done, but I can't get sort to work, or reverse either, it's like all the numbers are in array element and won't seperate, even though I can join them with letters in between.

Thanks

Replies are listed 'Best First'.
Re: splitting array values
by mkurtis (Scribe) on May 22, 2004 at 23:21 UTC
    Okay, when I use Data::Dumper it prints
    $VAR1 = [ '12' ];
    For all of them, the number changes but it always says $VAR1, I've never used Data::Dumper before but I don't think thats a good thing.

    Thanks