[Gllug] Donations at meetings

Neil Fryer nfryer at marimba.com
Wed Sep 15 15:14:44 UTC 2004


Bruce Richardson wrote:

>On Wed, Sep 15, 2004 at 03:30:45PM +0100, will wrote:
>  
>
>>Neil Fryer wrote:
>>    
>>
>>>#!/usr/bin/perl -w
>>>$string1 = "Neil Fryer";
>>>$string2 = "Marimba Technical Analyst";
>>>$string2=~s/Marimba/BMC/;
>>>$string3 = "Support Line 0800156155";
>>>print "$string1\n";
>>>print "$string2\n";
>>>print "$string3\n";
>>>      
>>>
>>Did you write this yourself, or see it on the web somewhere ;)
>>    
>>
>
>You just have to hope that it's a subtle joke.
>
>  
>
Finally!!!

-- 
#!/usr/bin/perl -w
$string1 = "Neil Fryer";
$string2 = "Marimba Technical Analyst";
$string2=~s/Marimba/BMC/;
$string3 = "Support Line 0800156155";
print "$string1\n";
print "$string2\n";
print "$string3\n";

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list