Help for this page

Select Code to Download


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