[Wolves] Pay-for music download sites
David Goodwin
david at openminds.co.uk
Tue Jun 15 14:41:24 BST 2004
<snip>
>> VGhlCnNlcnZpY2UgaXMgcG93ZXJlZCBieSBNZXNzYWdlTGFicy4gRm9yIG1vcmUgaW5mb3JtYXRp
>> b24gb24gYSBwcm9hY3RpdmUKYW50aS12aXJ1cyBzZXJ2aWNlIHdvcmtpbmcgYXJvdW5kIHRoZSBj
<snip>
<joke type='obligatory' class='perl'>
It's legible perl code....
</joke>
On the subject of perl :
If I have a string with ".... cs:Connected st: ..." in it, why doesn't
the following catch the word after cs: ?
if($tmp =~ /cs:\b st:/) {
# should $1 == Connected ?
}
More information about the Wolves
mailing list