K
kristoff
Hi,
I'm new in perl.
I'm facing to a problem which will appear for most of you not really
tricky, but I'm not comfortable with array stuff, so prefer asking
question is case of someone made this in the past.
I have 2 set of files, text files.
1st one with this format ( systemname;message )
bingo;ERROR Can't be reach port is closed
pppp;system OK
typo;System OK
Ray;ERROR Can't be reach port is closed
blush;ERROR Can't be reach port is closed
bingo;system OK
2nd FILE ( domain;system name ):
HP;ppp
HP;bingo
IBM;typo
COMPAQ;blush
DELL;ray
EXPECTED RESULT :
I would like to match data, to a final txt files ( preferably an html
output ) sorted or not :
HP
ppp System OK
bingo System OK
IBM
typo System OK
COMPAQ
blush ERROR Can't be reach port is closed
DELL
ray ERROR Can't be reach port is closed
Does someone have an idea or already realised this kind of stuff
Many thanks in advance for you help
I'm new in perl.
I'm facing to a problem which will appear for most of you not really
tricky, but I'm not comfortable with array stuff, so prefer asking
question is case of someone made this in the past.
I have 2 set of files, text files.
1st one with this format ( systemname;message )
bingo;ERROR Can't be reach port is closed
pppp;system OK
typo;System OK
Ray;ERROR Can't be reach port is closed
blush;ERROR Can't be reach port is closed
bingo;system OK
2nd FILE ( domain;system name ):
HP;ppp
HP;bingo
IBM;typo
COMPAQ;blush
DELL;ray
EXPECTED RESULT :
I would like to match data, to a final txt files ( preferably an html
output ) sorted or not :
HP
ppp System OK
bingo System OK
IBM
typo System OK
COMPAQ
blush ERROR Can't be reach port is closed
DELL
ray ERROR Can't be reach port is closed
Does someone have an idea or already realised this kind of stuff
Many thanks in advance for you help