Help for this page

Select Code to Download


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