Re: [Boston.pm] rakudo.org

2004-07-27 Thread Dev Purkayastha
Whois indeed. I was wondering if he was a Boston.pm'er, but I can guess that the SAT talk was indeed given before (I'd forgotten that.) > That aside, he registered it during the Rakudo talk at YAPC, using the > sufficiently advanced technology that he had at hand at the time. Now *that* is what

Re: [Boston.pm] rakudo.org

2004-07-27 Thread Chris Devers
On Tue, 27 Jul 2004, Dev Purkayastha wrote: Okay, wait a damn second. Who was the wiseguy who registered www.rakudo.org? Ask not who registers rakudo.org for you, ask whois about rakudo.org: $ whois rakudo.org # legal nonsense snipped Domain ID:D104545192-LROR Domain Name:RAKUDO.ORG Created

[Boston.pm] rakudo.org

2004-07-27 Thread Dev Purkayastha
Okay, wait a damn second. Who was the wiseguy who registered www.rakudo.org? -d ___ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Tech Meeting Tuesday, August 3

2004-07-27 Thread Drew Taylor
Ronald J Kimball wrote: Boston.pm will have a tech meeting Tuesday, August 3, at Boston University, Kenmore Classroom Building, 565 Commonwealth Ave, room 106 (directions below), starting at 7:30pm. I have not gotten a commitment for a speaker for this meeting yet. If you would like to give a

Re: RE: [Boston.pm] I want a 'compile time' check on missing parens in regex

2004-07-27 Thread Jeremy Muhlich
On Tue, 2004-07-27 at 12:54, Daniel Allen wrote: > LINE: while (defined($_ = )) { > /(\d+)/; > print "$1 "; > } > continue { > #print $_; > } The continue interposes another block into the loop. According to perlre as quoted by Steve below, $1 et al. are scoped until the end of the

Re: [Boston.pm] Tech Meeting Tuesday, August 3

2004-07-27 Thread Uri Guttman
> "RJK" == Ronald J Kimball <[EMAIL PROTECTED]> writes: RJK> Boston.pm will have a tech meeting Tuesday, August 3, at Boston RJK> University, Kenmore Classroom Building, 565 Commonwealth Ave, RJK> room 106 (directions below), starting at 7:30pm. RJK> I have not gotten a commitment

[Boston.pm] OT: TrafficSwarm???

2004-07-27 Thread Greg London
Anyone ever use trafficswarm.com ? It says its a way to generate traffic to your website, but it smells funny to me. I googled and found a thread that called it a scam, but it was fairly nonspecific. thought I'd ping the webmasters before I waste my time with it. anyone try it?

[Boston.pm] Question using Win32::Services::Daemon

2004-07-27 Thread Tal Cohen
I am trying to play with Windows Services in Perl. I installed Win32::Service::Daemon, but when running the test script I get: "Undefined subroutine ::Service::Daemon::CreateService called at C:\Documents and Settings\Tal Cohen\Desktop\Win32-Daemon\test\TEST.PL line 11." Here is the test