Help for this page

Select Code to Download


  1. or download this
    @ACCTS = ("1234", "5678", "6959");
    open(IN,"InFile.txt");
    ...
         }
      }
    }
    
  2. or download this
    @ACCTS = ("1234", "5678", "6959");
    open(IN,"InFile.txt");
    ...
    foreach $key (sort keys %acct){
       print "$key,$acct{$key}[0]\n";
    }