Link to home
Start Free TrialLog in
Avatar of djroh
djroh

asked on

ip address and port check in perl

I need help in scripting out a multiple ip address and port checking in perl.  The script will read from a  text file with the ip address and port associated with it.  If an ip address and port doesn't work it will create a separate logfile and after all the ip address and port has been checked from the text file, this error logfile with the ip address and port that didn't work will be emailed to me.  Any assistance will be great.  Thanks
ASKER CERTIFIED SOLUTION
Avatar of point_pleasant
point_pleasant
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sorry usage

perl progname.pl address_file
sorry usage: perl progname.pl < address_file
Avatar of djroh
djroh

ASKER

Thank you.. I will give it a try.