Help for this page
#!C:/Activeperl/bin/perl.exe use strict; ... Computer1 Computer2 Computer3
my (@Computers=(<IN>); #Do this #while (my $computer=<IN>) { #change this while (my $computer=pop @Computers) { #to this