Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: RFC: Is there more to alias? (perl6)

by Aristotle (Chancellor)
on Aug 25, 2004 at 15:34 UTC ( [id://385707]=note: print w/replies, xml ) Need Help??


in reply to Re^2: RFC: Is there more to alias? (perl6)
in thread RFC: Is there more to alias?

The following might work, and if so would cover several of the cases:

push @x, my $x := $_ for @y;

But that's still much clumsier than Data::Alias.

I have a hunch though that in Perl6 we'll be using the splat to do this, something remotely looking like

*@x := *@y;

Don't ask me about the precise syntax though.

Makeshifts last the longest.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://385707]
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: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found