From nkuipers at uvic.ca Wed Sep 3 11:54:47 2003 From: nkuipers at uvic.ca (Nathanael Kuipers) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] How could you not love this language? Message-ID: <3F5632FC@wm2.uvic.ca> On CPAN as of September 2, 2003, Acme-Scurvy-Whoreson-BilgeRat-1.0 -- multi-lingual insult generator: http://search.cpan.org/author/DCANTRELL/Acme-Scurvy-Whoreson-BilgeRat-1.0/lib/Acme/Scurvy/Whoreson/BilgeRat.pm Cheers, Nathanael From darren at DarrenDuncan.net Tue Sep 9 01:25:35 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] strange warning I'm getting Message-ID: Hello. When I'm running a test program which contains the following method, I keep getting a warning on the line containing "if( !$def_parent ) {" which says "Use of uninitialized value in hash element at SQL/ObjectModel.pm line 1573.". However, that line makes no references to a hash. Debugging hasn't helped so far, except that the warning is generated when $def_parent has a value and it isn't generated when the variable is null; that variable is a simple string. Also, the only time the null value is in the variable is the first time the method is called. Also, if I replace !$def_parent with anything else, I still get the same warning. If I put something like "1;" on the following line, I still get it. If I add more lines of various kinds above the "if" line, I still get the Warning on the line. I have run the program with both Perl 5.6.0 and 5.8.1rc4; they both give me the same Warning, which suggests either it may not be a bug in Perl itself, or I have discovered a new bug. Also, the test program produces the correct output So if you have any suggestions on what I am doing wrong, then I would appreciate knowing. I have refrained from sending the whole module/test-program, since it is about 120K in size. sub set_parent_node { my ($self, $parent) = @_; my $container = $self->{$PROP_CONTAINER}; if( $self->{$PROP_PARENT_NODE} ) { $self->unlink_parent_node(); } my $node_type = $self->{$PROP_NODE_TYPE}; if( UNIVERSAL::isa($parent,'SQL::ObjectModel::_::Node') ) { unless( $parent->{$PROP_CONTAINER} eq $self->{$PROP_CONTAINER} ) { Carp::confess( "$CLSNM->set_parent_node(): invalid PARENT argument; ". "that Node is not in the same container as the current Node" ); } my $p_node_type = $parent->{$PROP_NODE_TYPE}; my $p_type_info = $NODE_TYPES{$p_node_type}; unless( $p_type_info->{'children'}->{$node_type} ) { Carp::confess( "$CLSNM->set_parent_node(): invalid PARENT argument; ". "a node of type '$p_node_type' may not have ". "a child node of type '$node_type'" ); } } else { my $type_info = $NODE_TYPES{$node_type}; my $def_parent = $type_info->{'def_parent'}; if( !$def_parent ) { # do nothing (or throw error) } elsif( $container->{$PROP_ALL_NODES}->{$def_parent}->{$parent} ) { # PARENT matches a valid node id that we can link to. $parent = $container->{$PROP_ALL_NODES}->{$def_parent}->{$parent}; } elsif( $parent ) { # See if PARENT matches a non-id node attribute we can link to. # Note that this will only work properly if used attribute value is unique. my $link_search_attr = $NODE_TYPES{$def_parent}->{'link_search_attr'}; foreach my $scn (values %{$container->{$PROP_ALL_NODES}->{$def_parent}}) { if( $scn->{$PROP_NODE_ATTRS}->{$link_search_attr} eq $parent ) { $parent = $scn; last; } } } else { $parent = $container->{$PROP_LAST_NODES}->{$def_parent}; } } if( $parent ) { $self->{$PROP_PARENT_NODE} = $parent; push( @{$parent->{$PROP_CHILD_NODES}}, $self ); } } From darren at DarrenDuncan.net Tue Sep 9 12:18:41 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] problem solved (was Re: strange warning I'm getting) In-Reply-To: References: Message-ID: I'm just writing again to let you know that my problem was solved, so no response is necessary. I had also posted it on another list, and got this as a response: At 11:58 AM -0500 9/9/03, Dave Rolsky wrote: >The real warning is come from a line inside the "if ..." block. Perl's >parser seems to get confused about line numbers whenever there's a >conditional block. >-dave So, following on that suggested line of reasoning, I tracked down the problem in a few minutes. For those interested, the solution was to add a "$parent and " to the first elsif block, as shown below. -- Darren Duncan ----------------------- if( !$def_parent ) { # do nothing (or throw error) } elsif( $parent and $container->{$PROP_ALL_NODES}->{$def_parent}->{$parent} ) { # PARENT matches a valid node id that we can link to. $parent = $container->{$PROP_ALL_NODES}->{$def_parent}->{$parent}; From Peter at PSDT.com Sun Sep 14 22:11:40 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] strange warning I'm getting In-Reply-To: Message-ID: <4.3.2.7.2.20030914201034.00aad0f0@shell2.webquarry.com> At 11:25 PM 9/8/2003 -0700, Darren Duncan wrote: >When I'm running a test program which contains the following method, I >keep getting a warning on the line containing "if( !$def_parent ) {" which >says "Use of uninitialized value in hash element at SQL/ObjectModel.pm >line 1573.". > >However, that line makes no references to a hash. Perl's line numbers in error messages are notoriously unreliable. Search for a bug I posted to p5p in the last year about how to get Perl to report line numbers beyond the end of the program. -- Peter Scott peter@psdt.com http://www.perldebugged.com From peter at PSDT.com Tue Sep 16 17:20:55 2003 From: peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Linux Lunacy/Joint Victoria.pm/VLUG get-together Message-ID: <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> So the Linux Lunacy cruise is only in town for 4 hours this Friday... that may be part of the "lunacy" moniker... anyway, Big Bad John's does not seem to be working out. Therefore, the Victoria Linux Users' Group (who took this concept on somewhat more proactively) has graciously invited us to join in their event, a get-together with those geek cruisers who decide to join them at UVic. All the information is forwarded below. If you wish to assist with transporting geek cruisers please note the final paragraph. >Date: September 19, 2003 >Time: ~9pm - ~10pm >Place: University of Victoria, Cornett Building, Room B108 > >NOTE: This special meeting is in addition to our regularly scheduled monthly >meeting on September 9th. > >NOTE: Timing is approximate because the cruise ship might be early or late, >but on the afternoon of the 19th we'll confirm the ETA and email an update >to this list with more exact times. Barbara Irwin (yours truly) is >organizing the transport to and from the meeting and Carl Constantine, aka >Captain Meeting, will run the meeting. > >NOTE: We will be using the club's three giant Tuxen as VLUG identifiers at >the Ogden Point pier on the 19th, so those who have these guys as temporary >guests, please bring them to the meeting on the 9th. > >Our cruise contact, Neil Baumann, estimates that roughly 25 of the cruisers >will attend, but we will be able to firm up the numbers on the morning of >the 19th based on Neil's sign-up sheet. We will need volunteers to drive the >cruisers from Ogden Point to the University and back. Who's going to win the >big prize -- driving Linus? :-) Please email me (beirwin@shaw.ca) off list >if you want to volunteer. Please specifiy how many people your vehicle can >transport. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From darren at DarrenDuncan.net Tue Sep 16 18:24:19 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Linux Lunacy/Joint Victoria.pm/VLUG get-together In-Reply-To: <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> References: <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> Message-ID: At 3:20 PM -0700 9/16/03, Peter Scott wrote: >>Date: September 19, 2003 >>Time: ~9pm - ~10pm >>Place: University of Victoria, Cornett Building, Room B108 Thanks for the details, Peter. And yes, I plan to be there. For any of you others who are going, I suggest having a look at the GeekCruises website for some noteworthy people who will be on the cruise, and hence may also come to the UVIC event (including Randal Schwartz in the Perl arena). Go to: http://www.geekcruises.com/home/ll3_home.html By the way, are people on this cruse inclined to do book signings, or do they prefer to steer clear of the whole thing? If so, I have a copy of "Programming Perl" (2nd ed) and "Effective Perl Programming". If that would be a bad idea, I'll leave them at home. Regarding transportation, I have just arranged to get a ride there and back with Andrew Willard, who lives the next street over from me, and who will also be going early and providing rides to UVIC for some cruise-goers. -- Darren Duncan From Peter at PSDT.com Tue Sep 16 18:48:10 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Linux Lunacy/Joint Victoria.pm/VLUG get-together In-Reply-To: References: <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> Message-ID: <5.2.1.1.2.20030916164542.00ba20b0@shell2.webquarry.com> At 04:24 PM 9/16/2003 -0700, Darren Duncan wrote: >For any of you others who are going, I suggest having a look at the >GeekCruises website for some noteworthy people who will be on the >cruise, and hence may also come to the UVIC event (including Randal >Schwartz in the Perl arena). > >Go to: http://www.geekcruises.com/home/ll3_home.html > >By the way, are people on this cruse inclined to do book signings, or >do they prefer to steer clear of the whole thing? I don't think Randal will mind giving you an autograph. I'm not aware of any guarantees as to which people will be going to UVic though. >If so, I have a copy of "Programming Perl" (2nd ed) and "Effective >Perl Programming". However, he just wrote the foreword for the latter book and unless Joe Hall is going to be there, my guess would be that he would be uncomfortable being the only signatory on that book. >If that would be a bad idea, I'll leave them at home. > >Regarding transportation, I have just arranged to get a ride there and >back with Andrew Willard, who lives the next street over from me, and >who will also be going early and providing rides to UVIC for some cruise-goers. Ditto. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From hvc at soundwave.net Tue Sep 16 19:49:10 2003 From: hvc at soundwave.net (Helen Cook) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Van.pm Sept meeting: Mod_Perl 2.0 Message-ID: <20030917004910.GJ2451@soundwave.net> It may be a bit far for some of you to come, but I thought I'd spread the word in case there was interest: Announcing the September meeting of the Vancouver Perl Mongers http://vancouver.pm.org Date: September 23, 2003 Time: 7:00pm Place: ActiveState Mezzanine #400 - 580 Granville Street, Vancouver, BC Topic: Stas Bekman will be giving a tutorial on mod_perl 2.0 Stas Bekman is an author of the mod_perl guide (http://perl.apache.org/docs/1.0/guide) and a co-author of the "Practical mod_perl" book (http://modperlbook.org/). Everyone is welcome. Hope to see you there. --Helen. From darren at DarrenDuncan.net Tue Sep 16 22:28:05 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Linux Lunacy/Joint Victoria.pm/VLUG get-together In-Reply-To: <5.2.1.1.2.20030916164542.00ba20b0@shell2.webquarry.com> References: <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> <5.2.1.1.2.20030916151431.00b47198@shell2.webquarry.com> <5.2.1.1.2.20030916164542.00ba20b0@shell2.webquarry.com> Message-ID: At 4:48 PM -0700 9/16/03, Peter Scott wrote: >I don't think Randal will mind giving you an autograph. I'm not aware of any guarantees as to which people will be going to UVic though. > >>If so, I have a copy of "Programming Perl" (2nd ed) and "Effective Perl Programming". > >However, he just wrote the foreword for the latter book and unless Joe Hall is going to be there, my guess would be that he would be uncomfortable being the only signatory on that book. Thanks for that tidbit. It will be good to keep in mind. -- Darren Duncan From Peter at PSDT.com Thu Sep 18 14:38:18 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Time change for tomorrow Message-ID: <5.2.1.1.2.20030918123740.00b9c308@shell2.webquarry.com> The meeting with the Geek Cruisers has been pushed back one hour, now: Date: September 19, 2003 Time: ~8pm - ~10pm Place: University of Victoria, Cornett Building, Room B108 -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From darren at DarrenDuncan.net Thu Sep 18 15:09:25 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Time change for tomorrow In-Reply-To: <5.2.1.1.2.20030918123740.00b9c308@shell2.webquarry.com> References: <5.2.1.1.2.20030918123740.00b9c308@shell2.webquarry.com> Message-ID: At 12:38 PM -0700 9/18/03, Peter Scott wrote: >The meeting with the Geek Cruisers has been pushed back one hour, now: > >Date: September 19, 2003 >Time: ~8pm - ~10pm >Place: University of Victoria, Cornett Building, Room B108 Good to hear. That's much better. -- Darren Duncan From darren at DarrenDuncan.net Thu Sep 18 17:22:02 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:26 2004 Subject: Fwd: RE: [VPM] Time change for tomorrow Message-ID: >Reply-To: >From: "Mark McLaughlin" >To: "Darren Duncan" >Subject: RE: [VPM] Time change for tomorrow >Date: Thu, 18 Sep 2003 13:34:29 -0700 >MIME-Version: 1.0 >X-Priority: 3 (Normal) >X-MSMail-Priority: Normal >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 >Importance: Normal >X-Scanned-By: MIMEDefang 2.36 >X-Spam-Status: No, hits=-1.0 required=5.0 > tests=IN_REP_TO,QUOTED_EMAIL_TEXT > version=2.55 >X-Spam-Level: >X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) >Status: O >X-Status: >X-Keywords: >X-UID: 2842 > >Hi all > >See > >http://vlug.org/vlug/meetings/ > >for any changes to Fri. nite meeting time. > > >Cheers > > >Mark McLaughlin >VLUG VP > >---------------------------------------------------------------- >Best Color Video Production CD-ROM Website Design >mailto:mark@bestcolorvideo.com Ph. 250-744-4111 Fx. >www.bestcolorvideo.com/ >www.BCVnet.com Website Hosting & Server Colocation >" We Produce Videos & Internet Websites for YOUR Business " >---------------------------------------------------------------- > >> -----Original Message----- >> From: owner-victoria-pm@pm.org [mailto:owner-victoria-pm@pm.org]On >> Behalf Of Darren Duncan >> Sent: September 18, 2003 1:09 PM >> To: victoria-pm@pm.org >> Subject: Re: [VPM] Time change for tomorrow >> >> >> At 12:38 PM -0700 9/18/03, Peter Scott wrote: >> >The meeting with the Geek Cruisers has been pushed back one hour, now: >> > >> >Date: September 19, 2003 >> >Time: ~8pm - ~10pm >> >Place: University of Victoria, Cornett Building, Room B108 >> >> Good to hear. That's much better. -- Darren Duncan >> From Peter at PSDT.com Fri Sep 19 14:03:33 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] Venue change for tonight's VLUG/VPM/Linux Lunacy meet Message-ID: <5.2.1.1.2.20030919115853.00b98c68@shell2.webquarry.com> Note that they have moved to the same building as our favourite haunt these days: Date: September 19, 2003 Time: 8pm - ~9pm Place: University of Victoria, Centre for Innovative Teaching, 105 http://web.uvic.ca/av/classrooms/CIT_C105.htm -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From Peter at PSDT.com Mon Sep 22 13:16:28 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] September meeting success Message-ID: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> Congratulations to everyone who came last Friday to the joint VLUG/VPM get-together with Linux Lunacy Geek cruisers. Grace and I took Randal and his brother plus Neil Bauman to the Bengal Lounge en route to UVic and had a grand time. I'll note that the most original question posed to Linus came from one of our own... October meeting to be scheduled around the usual time. Who wants to talk about something? -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From abez at abez.ca Mon Sep 22 15:09:40 2003 From: abez at abez.ca (abez) Date: Wed Aug 4 00:11:26 2004 Subject: [VPM] September meeting success In-Reply-To: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> References: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> Message-ID: I can only meet on mondays, thursdays. Tuesday and Wednesday are possible but completely painful. abram On Mon, 22 Sep 2003, Peter Scott wrote: > Congratulations to everyone who came last Friday to the joint VLUG/VPM > get-together with Linux Lunacy Geek cruisers. Grace and I took Randal > and his brother plus Neil Bauman to the Bengal Lounge en route to UVic > and had a grand time. I'll note that the most original question posed > to Linus came from one of our own... > > October meeting to be scheduled around the usual time. Who wants to > talk about something? > -- abez ------------------------------------------ http://www.abez.ca/ Abram Hindle (abez@abez.ca) ------------------------------------------ abez From nkuipers at uvic.ca Mon Sep 22 15:22:40 2003 From: nkuipers at uvic.ca (Nathanael Kuipers) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success Message-ID: <3F6F662F@wm2.uvic.ca> >Who wants to talk about something? I'll summarize what I can about the Perl6 Essentials book if no one minds. -Nathanael From darren at DarrenDuncan.net Mon Sep 22 15:27:53 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: References: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> Message-ID: At 1:09 PM -0700 9/22/03, abez wrote: >I can only meet on mondays, thursdays. Tuesday and Wednesday are possible but >completely painful. Between those two days, I believe the Mondays will currently work best for me. But I'll know better later on. -- Darren Duncan From Peter at PSDT.com Mon Sep 22 15:43:35 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: References: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> Message-ID: <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> At 01:09 PM 9/22/2003 -0700, abez wrote: >I can only meet on mondays, thursdays. Tuesday and Wednesday are possible but >completely painful. Okay, how about October 13? -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From abez at abez.ca Mon Sep 22 15:36:52 2003 From: abez at abez.ca (abez) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> References: <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> Message-ID: That's thanksgiving... Might not be the best of days.. Oct.20 is a possibility.. abram On Mon, 22 Sep 2003, Peter Scott wrote: > At 01:09 PM 9/22/2003 -0700, abez wrote: > > >I can only meet on mondays, thursdays. Tuesday and Wednesday are possible but > >completely painful. > > Okay, how about October 13? > > > -- abez ------------------------------------------ http://www.abez.ca/ Abram Hindle (abez@abez.ca) ------------------------------------------ abez From peter at PSDT.com Mon Sep 22 15:47:30 2003 From: peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: References: <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> Message-ID: <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> At 01:36 PM 9/22/2003 -0700, abez wrote: >That's thanksgiving... > >Might not be the best of days.. > >Oct.20 is a possibility.. Oops. Oct 20 then? -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From darren at DarrenDuncan.net Mon Sep 22 16:23:03 2003 From: darren at DarrenDuncan.net (Darren Duncan) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> References: <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> Message-ID: At 1:47 PM -0700 9/22/03, Peter Scott wrote: >At 01:36 PM 9/22/2003 -0700, abez wrote: > >>That's thanksgiving... >> >>Might not be the best of days.. >> >>Oct.20 is a possibility.. > >Oops. Oct 20 then? Barring any unforseen events, the 20th should work for me. Also, given the rate of progress on my own database project, it should be useable enough that I could talk about it in the November meeting. -- Darren Duncan From Peter at PSDT.com Tue Sep 23 13:36:53 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: References: <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> Message-ID: <5.2.1.1.2.20030922143500.018153a0@shell2.webquarry.com> At 02:23 PM 9/22/2003 -0700, Darren Duncan wrote: >Barring any unforseen events, the 20th should work for me. > >Also, given the rate of progress on my own database project, it should >be useable enough that I could talk about it in the November meeting. Works for me. Nathanael can fill in with the Perl 6 book review if necessary. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From abez at abez.ca Tue Sep 23 15:00:14 2003 From: abez at abez.ca (abez) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] September meeting success In-Reply-To: <5.2.1.1.2.20030922143500.018153a0@shell2.webquarry.com> References: <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922111257.01821e70@shell2.webquarry.com> <5.2.1.1.2.20030922134322.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922134721.018153a0@shell2.webquarry.com> <5.2.1.1.2.20030922143500.018153a0@shell2.webquarry.com> Message-ID: Everyone likes to talk about what they are doing. Maybe just a do a "show off" day where you try to explain or show off what you've been doing w/ perl as of late. Probably a lot of discussion could arise from that. abram On Tue, 23 Sep 2003, Peter Scott wrote: > At 02:23 PM 9/22/2003 -0700, Darren Duncan wrote: > >Barring any unforseen events, the 20th should work for me. > > > >Also, given the rate of progress on my own database project, it should > >be useable enough that I could talk about it in the November meeting. > > Works for me. Nathanael can fill in with the Perl 6 book review if necessary. > -- abez ------------------------------------------ http://www.abez.ca/ Abram Hindle (abez@abez.ca) ------------------------------------------ abez From Peter at PSDT.com Fri Sep 26 19:52:24 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] Fwd: Pictures of the Lunacy Cruise Event from the Drivers Message-ID: <5.2.1.1.2.20030926175212.01c7b9f0@shell2.webquarry.com> >Date: Fri, 26 Sep 2003 16:56:53 -0700 (PDT) >From: "B. E. Irwin" >To: "B. E. Irwin" >Cc: "Carl B. Constantine" , > Steve Paul Shack , Arthur Ralfs , > mkwritch@shaw.ca, Andrew Willard , > Scott Petersen , dmgerman@uvic.ca, ahowe@alumni.uvic.ca, > "Alan W. Irwin" , peter@psdt.com, paul@tm.ca >Subject: Pictures of the Lunacy Cruise Event from the Drivers > >If any of you have pictures from the Lunacy Cruise event, please either >forward them to me or give me a link to your website where they are posted >so I can wget them. I plan to put together a picture gallery and writeup of >the event on the vlug site and I need pics! Pictures of Linus at >Spinnaker's would be a nice feature. :-) Of course all contributors will >be acknowledged on the vlug site. > >Thanks, >Barbara > >P.S. Peter Scott -- Would you forward this email to the Victoria Perl >Mongers list? Thx. > >------------------------------------------------------------------------------ >Barbara Irwin >beirwin@shaw.ca >Victoria, B.C. Canada > > > The Roman Rule: The one who says it cannot be done > should never interrupt the one who is doing it. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/ From Peter at PSDT.com Sat Sep 27 06:38:46 2003 From: Peter at PSDT.com (Peter Scott) Date: Wed Aug 4 00:11:27 2004 Subject: [VPM] Subscribers deleted Message-ID: <5.2.1.1.2.20030927043707.00b35d70@shell2.webquarry.com> If anyone can contact pavel at md5 . ca luvnest at shaw . ca via other means, please tell them I unsubscribed them from this mailing list due to chronic and repeated bounces. -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com/