Help for this page

Select Code to Download


  1. or download this
    if (@line_split && $line_split[0] eq "") {
        # Has empty leading fields
    }
    
  2. or download this
    if (!@line_split || $line_split[0] eq "") {
        # Has empty leading fields, or no fields at all
    }