I need to find email address and name(of admin, registrar, tech if available) using perl.
I have checked that whois output have varied output formats.
I tried Net::ParseWhois and also Net::WhoisNG, but i dont get the email address or name for different domains.
Like for example: whois google.com
Is there any way i can have the above details(email and name) from any domain using any perl module or how can i parse the whois output for any domain in perl.
Quick copy/paste directly from synopsis produced following:
Result:
I’ll leave exercise of extracting e-mail from freeform text to you.