[MacPerl-AnyPerl] Spliting a tekst string

2002-05-21 Thread Multi-Graphics
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

Re: [MacPerl-AnyPerl] verifing a string

2002-07-31 Thread Multi-Graphics
> $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