Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(Ovid) Re(2): Thoughts on Perl6 - Love it? Hate it?

by Ovid (Cardinal)
on Jan 10, 2002 at 22:39 UTC ( [id://137808]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        @seen{@data} ^= 1;
    
  2. or download this
        %seen{@data} ^= 1;
    
  3. or download this
        @seen{@data} = (1) x @data;
    
    ...
        {
            $seen{ $_ } = 1;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found