Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^11: Using 'keys' on a list (update x2)

by AnomalousMonk (Archbishop)
on Jul 01, 2021 at 21:44 UTC ( [id://11134558]=note: print w/replies, xml ) Need Help??


in reply to Re^10: Using 'keys' on a list (update x2)
in thread Using 'keys' on a list

sub f {a => 1, b=>2} my %h = (c => 3); say keys %h, f(); #output: c

This is another example of confused or inattentive posting and editing on the part of glycine. Further on, in the "edit: my fault ..." (!) section, you will see

sub f {a => 1, b=>2} my %h = (c => 3); say keys %h, f(); #output ca1b2


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^12: Using 'keys' on a list (update x2)
by LanX (Saint) on Jul 01, 2021 at 21:51 UTC
    OK probably I didn't notice his "correction" in time.

    A regular users would have <strike> the old code, but he's new here.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134558]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-23 08:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found