Re: [Boston.pm] Old computer mags

2008-07-13 Thread Kate Wood
Story time please! What happened? (My first computer was a ZX81.) On Sun, Jul 13, 2008 at 7:00 PM, Bill Ricker <[EMAIL PROTECTED]> wrote: > Any ZX80 (not ZX81) items would be appreciated here -- wife was #2 > employee in Sinclair US office, first US employee, first fired for > insubordination when

Re: [Boston.pm] Old computer mags

2008-07-13 Thread Kate Wood
I'd like them - I'm putting together a history of computers thing for my daughter's girl scout troop, and those would be an awesome addition. Kate On Sun, Jul 13, 2008 at 3:26 PM, Jerrad Pierce <[EMAIL PROTECTED]> wrote: > Hey all, > > I cam across a handful of Timex and Sinclair ZX magazines whi

Re: [Boston.pm] cpan broken

2007-02-26 Thread Kate Wood
On 2/26/07, Matt Herzog <[EMAIL PROTECTED]> wrote: > Any idea what I might do to fix this? I'm running Ubuntu "Eft" on this > machine. > Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz > contains a Line-Count header of 43318 but I see 1779 lines there. Please > check the validi

Re: [Boston.pm] teaching kids Perl

2006-12-01 Thread Kate Wood
On 12/1/06, Chris Devers <[EMAIL PROTECTED]> wrote: > As much as I like Perl, is it really a good first language for > anyone, and kids in particular? > > I seem to remember that there was some good "Python for kids" > tutorials out there, as well as Scheme/Logo. Maybe I'm biased because > my firs

[Boston.pm] teaching kids Perl

2006-12-01 Thread Kate Wood
Hi all, So... say you were going to teach a child (or several children) of about ten, reasonable technical aptitude, to program using Perl. How would you go about it? I'm doing some lessons for my daughter and her friends for the spring,and need some further input.They're not quite of an age where

Re: [Boston.pm] Finding UNIX username

2006-09-21 Thread Kate Wood
On 9/21/06, Alex Brelsfoard <[EMAIL PROTECTED]> wrote: > I know I've done this before, but I'm having a hard time finding my old > code, and am not using the right search terms on google... > All I am looking for is the quickest method to find the user who is calling > this script. > This is a scri

Re: [Boston.pm] chmod issue

2006-08-11 Thread Kate Wood
OK, parenthesese _and_ or seems to have finally done the trick - it's hp-ux, which probably explains it. (I use that as my excuse for all inexplicable behaviour - "hp-ux is stupid !") Thanks everyone! Kate On 8/11/06, Ronald J Kimball <[EMAIL PROTECTED]> wrote: > On Fri, Aug 11, 2006 at 10:00:44

Re: [Boston.pm] chmod issue

2006-08-11 Thread Kate Wood
t; > Tal > > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Kate Wood > Sent: Friday, August 11, 2006 9:55 AM > To: Boston.pm List > Subject: [Boston.pm] chmod issue > > Hi, > Does anyone know of any issues with

[Boston.pm] chmod issue

2006-08-11 Thread Kate Wood
Hi, Does anyone know of any issues with chmod? I'm trying to do the following: chmod 0777, $file || die "That didn't work so well"; I've tried this numerous ways, and yet the file is not chmodding, nor is the process dying. It's returning a 1, which according to the camel book means it worked (ch

Re: [Boston.pm] perl, windows, unix, and permissions

2006-05-10 Thread Kate Wood
> The problem I'm seeing is that the files > created from windows are all owned by "65530". > When the users go to the unix side and try > to run stuff, it looks like they're gettting permission > problems, and now I'm wondering if the problem > is the fact that the directory and files are all > cr

Re: [Boston.pm] re PHP Succeeding / Perl vs Python / etc

2005-11-07 Thread Kate Wood
I use both Python and Perl in my everyday work, and the answer would have to be "depends on the job." We run a very open shop in regards to what language can be used, as long as it accomplishes the task, and our tasks are varied. I use Python particularly when working in conjunction with one of the

Re: [Boston.pm] splitting a string containing quoted fields

2005-10-04 Thread Kate Wood
split(/\'/, $yourstring); On 10/4/05, Donald Leslie {74279} <[EMAIL PROTECTED]> wrote: > I have a string of the form: > > 'a bc "d e f" h "i j"' what I want is the quoted items not > to split on blanks. > > [0] = 'a' , [1] = 'bc' , [2] = 'd e f' ... . > > Is there is simple way to do this ? > > D

Re: [Boston.pm] why popularity matters

2005-03-04 Thread Kate Wood
On Fri, 04 Mar 2005 13:08:37 -0500, Aaron Sherman <[EMAIL PROTECTED]> wrote: > On Fri, 2005-03-04 at 07:54, Kate Wood wrote: > > > [...] the barriers to learning and using Perl > [...] > > Managers, [...] expect you to have [available certification] > > You do

Re: [Boston.pm] why popularity matters

2005-03-04 Thread Kate Wood
> Indeed. Keeping Perl as an island of elitism, which certification > would threaten to obviate, is a self-serving, self-aggrandizing, > self-preservative instinct at its finest. Caveat being that when Perl I think that certification would actually _increase_ the barriers to learning and using P