I'm building a whois script, and now i need to spilt the output in a nich
way.
I get for example this output from the .nl whois server,
Rights restricted by copyright. See http://www.domain-registry.nl/whois.php
Domain name: test.nl (second domain) Organisation: General Internet
Rooseveltlaan 32
> $srting =~ s//$1/igs
>
This script line isn't working when the $srting contains
>> if the string contans for example this:
>>
after CONTENT=" is a new line, and the script will not see the keywords.
I have tryed to put .*? somware else but whit no result.
Any other sugestions will be very w