perl listen to a port number to check status -


I have a daemon, for which, I have to check the status and see whether it is up or down or not. So far, I'm using a expected script in the port in Telnet and see if it's alive I want to write it again in Perl, to check it. Any sign of modules or features which I can use greatly appreciates.

will be a good place to start. There can be better solutions, but this is what I am using.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -