#!/usr/bin/perl use warnings; use strict; foreach my $line (){ chomp $line; #remove extra words and braces. }