[Gllug] Donations at meetings
Mike Leigh
MikeL at hornbill.com
Wed Sep 15 15:12:32 UTC 2004
And for the one liner ...
#!/usr/bin/perl
print "Neil Fryer/nMarimba Technical Analyst/nSupport Line 0800156155";
-----Original Message-----
From: will [mailto:will at hellacool.co.uk]
Sent: 15 September 2004 15:31
To: Greater London Linux Users Group
Subject: Re: [Gllug] Donations at meetings
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 ;)
Will.
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list