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];