I have made a simple whois script that returns back the whois information of a domain. Once it's done it returns back to the original terminal, example below.
user@ubuntu:; perl script.pl
Enter domain name: name.com
etc... whois information displays here.
user@ubuntu:;
At the end the "user@ubuntu" returns, how do I get it to go back to the start?
I want to loop it.