Help for this page
my @tops = `/bin/grep -i "top-" filename | /usr/bin/awk '(print $3)'`;
my @tops; open FILE, "<filename" or die "could not open filename"; ... } } close FILE;