Help for this page

Select Code to Download


  1. or download this
    # Function that gets passwordLogins from a text file
    sub get_loginPasswords {
    ...
    close F;
    return \@loginPasswords;
    }
    
  2. or download this
    for (%fileAArrayOfHashes)
      for (%fileBArrayOfHashes)
        if (file A column A matches file b column A) {
          add the columns you want to %hashC
          push (@fileCarrayOfHashes,\%hashC)