in reply to Re^3: Parse data representing hash
in thread Parse data representing hash

Thanks again

Just to add to these approaches, another approach suggested below is to do $#keychain = $tabs_count

Regards

Replies are listed 'Best First'.
Re^5: Parse data representing hash
by AppleFritter (Vicar) on Jun 29, 2014 at 20:08 UTC
    Oh, nice! I wasn't aware that you could assign to $#... to shorten (and grow?) an array. Thanks for sharing that tip, I doubt I'd have seen it below.