Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Evaluating Multidimensional Arrays and References

by c-era (Curate)
on Aug 10, 2001 at 19:46 UTC ( [id://103918]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($self->{_mydata}[2][3] eq "John")
    or
    if ($$self{_mydata}[2][3] eq "John")
    
  2. or download this
    print $self->{_mydata}[2][3];
    or
    print $$self{_mydata}[2][3];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found