in reply to Re^3: print a hash ref
in thread print a hash ref

well its a lot of prints, 114 to be exact.

Replies are listed 'Best First'.
Re^5: print a hash ref
by SuicideJunkie (Vicar) on Jul 09, 2013 at 15:15 UTC

    You should not have 114 prints.

    Try replacing them with a loop around a single print:

    print "$key : $hash{key}\n" for (keys %hash)
Re^5: print a hash ref
by nemesdani (Friar) on Jul 09, 2013 at 14:41 UTC
    So? You have to modify print only once.


    I'm too lazy to be proud of being impatient.