Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

[Perl6] Slurpy array of named arguments?

by ctilmes (Vicar)
on Dec 05, 2016 at 14:16 UTC ( [id://1177215]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class testing {
        method newhash(*%args) {
    ...
    my $y = testing.newarray(c => 3, d => 4);  # Looks good, but doesn't w
    +ork
    
    my $z = testing.newarray('e', 5, 'f', 6);  # Works, but ugly
    
  2. or download this
    Hash Key b => Value 2
    Hash Key a => Value 1
    Array Key e => Value 5
    Array Key f => Value 6
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1177215]
Approved by marto
Front-paged by LanX
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found