Help for this page

Select Code to Download


  1. or download this
      print "Yep.\n" if $lines[0][0] == 'foo';
    
  2. or download this
    print "Yep.\n" if $lines[0][0] eq 'foo';