sasuser2006
Technical User
Guys, sorry if this is a dumb question but I'm looking to write a Perl script that will search the contents of fileA to see if the contents of fileB are in there. If they are in there write records out that match to file and the records that aren't to another file.
fileA is fixed and I'm only wanting to check the first 16 bytes. fileB will only be the 16 byte matching key.
Any help is much appreciated. Thanks in advance.
fileA is fixed and I'm only wanting to check the first 16 bytes. fileB will only be the 16 byte matching key.
Any help is much appreciated. Thanks in advance.