in reply to Re: Using 'keys' on a list
in thread Using 'keys' on a list

>   my @keys = %{{f}};

Did you mean:

  my @keys = keys %{{f}};

???

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Using 'keys' on a list
by tybalt89 (Monsignor) on Jun 29, 2021 at 20:26 UTC

    sure did, updated.

Re^3: Using 'keys' on a list
by ikegami (Patriarch) on Jun 29, 2021 at 20:10 UTC

    Apparently. But that's exactly what the OP was using, so it doesn't help.

    Seeking work! You can reach me at ikegami@adaelis.com