Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have clients calling a Pl/CGI script located in a webserver.The webserver will then move to send data such as its own IP to the DNS server for verification . Now, how do I call out another PERL SCRIPT(verification module) located on the DNS server while I am processing the current PL/CGI script that is being activated by the clients from multiple workstations??

Originally posted as a Categorized Question.

  • Comment on how do i make a perl script call another perl script from a webserver to the Dns

Replies are listed 'Best First'.
Re: how do i make a perl script call another perl script from a webserver to the Dns
by tye (Sage) on Apr 25, 2001 at 20:54 UTC
    This question will eventually be moved to Seekers of Perl Wisdom. In future, if you get a login for this site you will find that it is easier for us to give you answers. (:

    Originally posted as a Categorized Answer.