Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Syntax explanation required (uniq)

by LanX (Saint)
on Jan 03, 2013 at 01:58 UTC ( [id://1011382]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<125> $a=["A"]
     => ["A"]
    ...
     
      DB<128> @b= uniq @a
     => (["A"], ["B"])
    
  2. or download this
      DB<130> $h{$a}=5
     => 5
     
      DB<131> %h
     => ("ARRAY(0x96d1f00)", 5)
    

Log In?
Username:
Password:

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

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

    No recent polls found