$/ = "\n\n"; # Sets the input record separator to two newlines my @array = ; # Put the file in an array $/ = "\n"; # Sets the input record separator to one newline (the default)