Help for this page

Select Code to Download


  1. or download this
    # open FILE
    while(<FILE>) {
      # The []'s make an anonymous array, so each element
    ...
    }
    
    print "Yep.\n" if $lines[0][0] eq 'foo'; # it will