From anotheranne at fables.co.za Wed Jul 3 04:51:59 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Wed, 3 Jul 2013 13:51:59 +0200 Subject: [za-pm] Perl developers Message-ID: <20130703115159.GA4366@fables.co.za> Hi, this is a bit old due to my absence, but I have checked and these people are still looking for SAn Perl developers. contact annemie direct. ----- Forwarded message from "Annemie Jooste [Striata]" ----- Date: Mon, 1 Jul 2013 13:50:03 +0200 From: "Annemie Jooste [Striata]" Subject: RE: Perl developers Hi there Nope we are still looking :( We have received a few CV's for foreigners but looking for SA Perl developers unfortunately. Perhaps we can approach the ZA people on the list? Thanks Annemie Jooste Striata - HR Manager Office: +27 11 530 9600 | Mobile: +27 82 545 8628 | Fax: 086 614 8382 From anotheranne at fables.co.za Thu Jul 4 10:05:37 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Thu, 4 Jul 2013 19:05:37 +0200 Subject: [za-pm] [editor@africamediaonline.com: Perl Programmers] Message-ID: <20130704170537.GA11059@fables.co.za> Hi, I have revisited this request and it is still current. Anne ----- Forwarded message from David Larsen ----- Resent-From: anne at fables.co.za Date: X-Mailer: Apple Mail (2.1257) From: David Larsen To: za-pm-owner at pm.org Subject: Perl Programmers Hi Anne, I am looking for experienced Perl programmers to work on a freelance or contract basis on our MEMAT system. We are based in Pietermaritzburg and it would be ideal to work with some Perl programmers down here in KZN, but are open to working with programmers elsewhere in the country. Are you able to give us some referrals? All the best, David _________________________________________________ David A. Larsen BA (UCT) DipCS, MCS (Regent College) Managing Director: Africa Media Online Africans telling Africa's story http://www.africamediaonline.com editor at africamediaonline.com tel: + 27 (0)82 829 7959 cell: +27 (0)33 345 9445 fax: 27 (0)33 342 7366 media blog: http://media.blogs.africamediaonline.com/ heritage blog: http://heritage.blogs.africamediaonline.com/ facebook: http://www.facebook.com/groups/4665987237/ twitter: https://twitter.com/#!/davidalarsen Africa Media Online P.O. BOX 12138 Dorpspruit Pietermaritzburg 3206 South Africa _________________________________________________ Africa Media Online is about Africans telling Africa's story. We provide a digital trade route to enable African organisations and professionals to work with digital media at a professional standard, digitise their media collections, put their collections online in a secure manner, and present them to the target audience they want to reach. Privacy Policy Africa Media Online's database is used to communicate about our services and disseminate news and information. Africa Media Online does not divulge any information contained in the database to any other organisation or business. Africa Media Online is committed to maintaining the privacy of all individuals. This email and any file attachments transmitted with it were sent out in good faith in the name of Africa Media Online. Africa Media Online does not necessarily condone the contents of this message, and views and opinions are those of the sender unless clearly stated as being those of Africa Media Online. The person addressed in the e-mail is the sole authorised recipient. If this email was not intended for you please treat it as confidential, notify us at mailto:editor at africamediaonline.com and delete it from your system. Africa Media Online cannot assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference. If you do not wish to receive email from Africa Media Online, please send an email with the words unsubscribe to mailto:editor at africamediaonline.com ----- End forwarded message ----- From anotheranne at fables.co.za Thu Jul 18 00:58:29 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Thu, 18 Jul 2013 09:58:29 +0200 Subject: [za-pm] perl on server, where to install modules for local use Message-ID: <20130718075829.GA23984@fables.co.za> Hi there, A simple question here - but then you know my knowledge is limited! I do my development work on my laptop, it has a local installation of perl. The current script that I am developing is to run on my (ubuntu) server from my home account. I will need to install several modules for this. Question. Do I use cpan as root or can I just fire up $ cpan from my home account and install them? many thanks Ian From shlomif at shlomifish.org Thu Jul 18 01:07:34 2013 From: shlomif at shlomifish.org (Shlomi Fish) Date: Thu, 18 Jul 2013 11:07:34 +0300 Subject: [za-pm] perl on server, where to install modules for local use In-Reply-To: <20130718075829.GA23984@fables.co.za> References: <20130718075829.GA23984@fables.co.za> Message-ID: <20130718110734.44f4315f@telaviv1.shlomifish.org> Hi Ian, On Thu, 18 Jul 2013 09:58:29 +0200 Anne Wainwright wrote: > Note: Beware! Default reply-to is to the list. > > > Hi there, > > A simple question here - but then you know my knowledge is limited! > > I do my development work on my laptop, it has a local installation of > perl. > > The current script that I am developing is to run on my (ubuntu) server > from my home account. I will need to install several modules for this. > > Question. Do I use cpan as root or can I just fire up $ cpan from my > home account and install them? It depends on what you want to do. You can use something like local-lib ( https://metacpan.org/release/local-lib ) to install modules under your home directory - only for your current user. If you use cpan as root, then it may install files all over the filesystem, and thus - may pollute it. You can also try to package these CPAN distributions as Ubuntu packages. See what I wrote about all that here: http://perl-begin.org/topics/cpan/ Regards, Shlomi Fish > > many thanks > Ian > _______________________________________________ > Za-pm mailing list > Za-pm at pm.org > http://mail.pm.org/mailman/listinfo/za-pm > > posts also archived on Mail Archive > http://www.mail-archive.com/za-pm at pm.org/ -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ First stop for Perl beginners - http://perl-begin.org/ Yesterday I asked one of my students if she knew what an encyclopedia is, and she said: ?Is it something like Wikipedia??. ? http://twitter.com/alisonclement/status/8421314259 Please reply to list if it's a mailing list post - http://shlom.in/reply . From anotheranne at fables.co.za Thu Jul 18 05:00:58 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Thu, 18 Jul 2013 14:00:58 +0200 Subject: [za-pm] perl on server, where to install modules for local use In-Reply-To: <20130718110734.44f4315f@telaviv1.shlomifish.org> References: <20130718075829.GA23984@fables.co.za> <20130718110734.44f4315f@telaviv1.shlomifish.org> Message-ID: <20130718120058.GA24976@fables.co.za> Hello, Shlomi, see below On Thu, Jul 18, 2013 at 11:07:34AM +0300, Shlomi Fish wrote: > Note: Beware! Default reply-to is to the list. > > > Hi Ian, > > On Thu, 18 Jul 2013 09:58:29 +0200 > Anne Wainwright wrote: > > > Note: Beware! Default reply-to is to the list. > > > > > > Hi there, > > > > A simple question here - but then you know my knowledge is limited! > > > > I do my development work on my laptop, it has a local installation of > > perl. > > > > The current script that I am developing is to run on my (ubuntu) server > > from my home account. I will need to install several modules for this. > > > > Question. Do I use cpan as root or can I just fire up $ cpan from my > > home account and install them? > > It depends on what you want to do. You can use something like local-lib > ( https://metacpan.org/release/local-lib ) to install modules under your home > directory - only for your current user. If you use cpan as root, then it may > install files all over the filesystem, and thus - may pollute it. You can also > try to package these CPAN distributions as Ubuntu packages. See what I wrote > about all that here: > > http://perl-begin.org/topics/cpan/ > > Regards, > > Shlomi Fish Thank you, Shlomi. That of course is what I had to have done to use local perl on my development machine. So local-lib also on the server then. Your site is looking great, lots of interesting stuff on there. The w3m browser shows it well. Anne > > > > > many thanks > > Ian > > _______________________________________________ > > Za-pm mailing list > > Za-pm at pm.org > > http://mail.pm.org/mailman/listinfo/za-pm > > > > posts also archived on Mail Archive > > http://www.mail-archive.com/za-pm at pm.org/ > > > > -- > ----------------------------------------------------------------- > Shlomi Fish http://www.shlomifish.org/ > First stop for Perl beginners - http://perl-begin.org/ > > Yesterday I asked one of my students if she knew what an encyclopedia is, and > she said: ?Is it something like Wikipedia??. > ? http://twitter.com/alisonclement/status/8421314259 > > Please reply to list if it's a mailing list post - http://shlom.in/reply . > _______________________________________________ > Za-pm mailing list > Za-pm at pm.org > http://mail.pm.org/mailman/listinfo/za-pm > > posts also archived on Mail Archive > http://www.mail-archive.com/za-pm at pm.org/ From anotheranne at fables.co.za Fri Aug 9 11:20:39 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Fri, 9 Aug 2013 20:20:39 +0200 Subject: [za-pm] Update to website Message-ID: <20130809182039.GA10689@fables.co.za> Hi, I have just made a small update to the front page of our website. http://za.pm.org/index.html This just notes the fact that we are still (technically, anyway) alive, and give details of a few new members of note who have joined us. It is National Woman's Day in South Africa for those of you who are out of touch. One of our 12 official public holidays! regards Anne From 2teezperl at gmail.com Fri Aug 9 14:07:02 2013 From: 2teezperl at gmail.com (timothy adigun) Date: Fri, 9 Aug 2013 22:07:02 +0100 Subject: [za-pm] Update to website Message-ID: On 9 Aug 2013 20:00, wrote: > > Send Za-pm mailing list submissions to > za-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/za-pm > or, via email, send a message with subject or body 'help' to > za-pm-request at pm.org > > You can reach the person managing the list at > za-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Za-pm digest..." > > > Today's Topics: > > 1. Update to website (Anne Wainwright) Great work you are doing here. If I may suggest however, can metacpan be added as one of the Perl Links on the home page? > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 9 Aug 2013 20:20:39 +0200 > From: Anne Wainwright > To: za-pm > Subject: [za-pm] Update to website > Message-ID: <20130809182039.GA10689 at fables.co.za> > Content-Type: text/plain; charset=us-ascii > > Hi, > > I have just made a small update to the front page of our website. > > http://za.pm.org/index.html > > This just notes the fact that we are still (technically, anyway) alive, > and give details of a few new members of note who have joined us. > > It is National Woman's Day in South Africa for those of you who are out > of touch. One of our 12 official public holidays! > > regards > Anne > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Za-pm mailing list > Za-pm at pm.org > http://mail.pm.org/mailman/listinfo/za-pm > > ------------------------------ > > End of Za-pm Digest, Vol 54, Issue 1 > ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: From anotheranne at fables.co.za Sat Aug 10 07:08:48 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Sat, 10 Aug 2013 16:08:48 +0200 Subject: [za-pm] Update to website In-Reply-To: References: Message-ID: <20130810140848.GA15392@fables.co.za> Hi, Timothy, Yes you may suggest! This is your website and mailing list. I have added the html code and it will appear next time I do an upload. I want to tidy the code on a page or two before I do that and it will be a little while. Thanks for the input. I was looking at the metacpan pages. I think that I need to get an account before I can add a '+' to one of the modules? Why do I end up on git when trying to do this? regards Anne On Fri, Aug 09, 2013 at 10:07:02PM +0100, timothy adigun wrote: > Great work you are doing here. If I may suggest however, can metacpan be > added as one of the Perl Links on the home page? > > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Fri, 9 Aug 2013 20:20:39 +0200 > > From: Anne Wainwright > > To: za-pm > > Subject: [za-pm] Update to website > > Message-ID: <20130809182039.GA10689 at fables.co.za> > > Content-Type: text/plain; charset=us-ascii > > > > Hi, > > > > I have just made a small update to the front page of our website. > > > > http://za.pm.org/index.html > > > > This just notes the fact that we are still (technically, anyway) alive, > > and give details of a few new members of note who have joined us. > > > > It is National Woman's Day in South Africa for those of you who are out > > of touch. One of our 12 official public holidays! > > > > regards > > Anne From 2teezperl at gmail.com Sun Aug 11 00:21:18 2013 From: 2teezperl at gmail.com (timothy adigun) Date: Sun, 11 Aug 2013 08:21:18 +0100 Subject: [za-pm] add a '+' on metacpan Message-ID: On 10 Aug 2013 20:00, wrote: > > Send Za-pm mailing list submissions to > za-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/za-pm > or, via email, send a message with subject or body 'help' to > za-pm-request at pm.org > > You can reach the person managing the list at > za-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Za-pm digest..." > > > Today's Topics: > > 1. Update to website (timothy adigun) > 2. Re: Update to website (Anne Wainwright) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 9 Aug 2013 22:07:02 +0100 > From: timothy adigun <2teezperl at gmail.com> > To: za-pm at pm.org > Subject: [za-pm] Update to website > Message-ID: > < CAEWzkh4iv3FXUa3B-nc_RR0nSsitQKKtpf6AfOHT_Ax25sGM2A at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > On 9 Aug 2013 20:00, wrote: > > > > Send Za-pm mailing list submissions to > > za-pm at pm.org > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://mail.pm.org/mailman/listinfo/za-pm > > or, via email, send a message with subject or body 'help' to > > za-pm-request at pm.org > > > > You can reach the person managing the list at > > za-pm-owner at pm.org > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Za-pm digest..." > > > > > > Today's Topics: > > > > 1. Update to website (Anne Wainwright) > > Great work you are doing here. If I may suggest however, can metacpan be > added as one of the Perl Links on the home page? > > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Fri, 9 Aug 2013 20:20:39 +0200 > > From: Anne Wainwright > > To: za-pm > > Subject: [za-pm] Update to website > > Message-ID: <20130809182039.GA10689 at fables.co.za> > > Content-Type: text/plain; charset=us-ascii > > > > Hi, > > > > I have just made a small update to the front page of our website. > > > > http://za.pm.org/index.html > > > > This just notes the fact that we are still (technically, anyway) alive, > > and give details of a few new members of note who have joined us. > > > > It is National Woman's Day in South Africa for those of you who are out > > of touch. One of our 12 official public holidays! > > > > regards > > Anne > > > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > Za-pm mailing list > > Za-pm at pm.org > > http://mail.pm.org/mailman/listinfo/za-pm > > > > ------------------------------ > > > > End of Za-pm Digest, Vol 54, Issue 1 > > ************************************ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < http://mail.pm.org/pipermail/za-pm/attachments/20130809/053465ac/attachment-0001.html > > > ------------------------------ > > Message: 2 > Date: Sat, 10 Aug 2013 16:08:48 +0200 > From: Anne Wainwright > To: ZA Perl-Mongers > Subject: Re: [za-pm] Update to website > Message-ID: <20130810140848.GA15392 at fables.co.za> > Content-Type: text/plain; charset=us-ascii > > Hi, Timothy, > > Yes you may suggest! This is your website and mailing list. > > I have added the html code and it will appear next time I do an upload. > I want to tidy the code on a page or two before I do that and it will be > a little while. Nice work. > > Thanks for the input. > > I was looking at the metacpan pages. I think that I need to get an > account before I can add a '+' to one of the modules? Why do I end up on > git when trying to do this? Is your git account on and are you selecting it, in other to login?. Apparently, you must sign to add '++' to module you like, and to write a review on them also. One can use his/her git, Facebook Google and Twitter account to login on metacpan. > > regards > Anne > > On Fri, Aug 09, 2013 at 10:07:02PM +0100, timothy adigun wrote: > > > > Great work you are doing here. If I may suggest however, can metacpan be > > added as one of the Perl Links on the home page? > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Fri, 9 Aug 2013 20:20:39 +0200 > > > From: Anne Wainwright > > > To: za-pm > > > Subject: [za-pm] Update to website > > > Message-ID: <20130809182039.GA10689 at fables.co.za> > > > Content-Type: text/plain; charset=us-ascii > > > > > > Hi, > > > > > > I have just made a small update to the front page of our website. > > > > > > http://za.pm.org/index.html > > > > > > This just notes the fact that we are still (technically, anyway) alive, > > > and give details of a few new members of note who have joined us. > > > > > > It is National Woman's Day in South Africa for those of you who are out > > > of touch. One of our 12 official public holidays! > > > > > > regards > > > Anne > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Za-pm mailing list > Za-pm at pm.org > http://mail.pm.org/mailman/listinfo/za-pm > > ------------------------------ > > End of Za-pm Digest, Vol 54, Issue 2 > ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean.carte at gmail.com Tue Aug 13 04:31:00 2013 From: sean.carte at gmail.com (Sean Carte) Date: Tue, 13 Aug 2013 13:31:00 +0200 Subject: [za-pm] Interview with Larry Wall Message-ID: In case you haven't seen it: http://blogs.perl.org/users/gabor_szabo/2013/08/interview-with-larry-wall.html Sean -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From anotheranne at fables.co.za Sat Aug 17 03:38:35 2013 From: anotheranne at fables.co.za (Anne Wainwright) Date: Sat, 17 Aug 2013 12:38:35 +0200 Subject: [za-pm] Interview with Larry Wall In-Reply-To: References: Message-ID: <20130817103835.GA20097@fables.co.za> On Tue, Aug 13, 2013 at 01:31:00PM +0200, Sean Carte wrote: > Note: Beware! Default reply-to is to the list. > > > In case you haven't seen it: > > http://blogs.perl.org/users/gabor_szabo/2013/08/interview-with-larry-wall.html > > Sean > -- thanks for posting that, interesting, nice cat! I note that in 1962 Philips introduced the compact cassette and licenced the format free of charge under pressure from Sony (what pressure? and contrast their fight with JVC over the dominance of VHS versus Betamax video tape cassettes). So the idea of free licencing preceded that of free software by more than two decades. Just a thought. Anne > _______________________________________________ > Za-pm mailing list > Za-pm at pm.org > http://mail.pm.org/mailman/listinfo/za-pm > > posts also archived on Mail Archive > http://www.mail-archive.com/za-pm at pm.org/