Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Thx, St. Larry, for the Beauty of Sigils

by LanX (Saint)
on Jul 26, 2019 at 20:19 UTC ( [id://11103480]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<2> $a = [A..Z]
    
    ...
      DB<4> x $a[0], $a->[0]
    0  'a'
    1  'A'
    
  2. or download this
    my $a[];       #=> @a := @$a
    $a = [A..Z];
    print "@a";    # A B C ... 
    print $a[0];   # A
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-28 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found