in reply to Re: printing a hash into a table
in thread printing a hash into a table

ahh that worked thank you, is there a way to use that to print out say like the first 5 elements of the hash?

Replies are listed 'Best First'.
Re^3: printing a hash into a table
by hippo (Archbishop) on Mar 04, 2019 at 08:58 UTC
Re^3: printing a hash into a table
by Laurent_R (Canon) on Mar 04, 2019 at 08:55 UTC
    is there a way to use that to print out say like the first 5 elements of the hash?
    That would probably not make too much sense, since hashes are not keeping any order.

    Update: fixed a typo.