Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: NO PERL 6

by Ovid (Cardinal)
on Dec 09, 2002 at 16:06 UTC ( [id://218564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Perl 6 (possible typos ahead)
    my @array = qw(foo bar baz this that the other thing);
    my $word  = @array[0];     # a single value
    my @words = @array[5,6,7]; # an array slice
    
  2. or download this
    @_[1..$#_];           # all but the first element of an argument list
    @{$var}{qw(foo bar)}; # a hash slice of a hash reference
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-19 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found