open FILE, "<$file" or die "Could not open $file: $!\n"; @array=; close FILE; $randomline=$array[rand @array];