From rkleeman at energoncube.net Tue Aug 16 10:30:57 2011 From: rkleeman at energoncube.net (Bob Kleemann) Date: Tue, 16 Aug 2011 10:30:57 -0700 Subject: [San-Diego-pm] Meeting this week Message-ID: Hello Perl Mongers, Just a quick reminder that our normal monthly meeting this week is happening at the same time and place as always: 7 PM Thursday, August 18th, at the Anonymizer offices near I-805 and Mira Mesa Blvd. Bring any questions or ideas you have, and come enjoy the company of folks as we discuss a myriad of topics. Let me know if you plan to make it, and I look forward to seeing you all then. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rkleeman at energoncube.net Thu Aug 18 13:33:12 2011 From: rkleeman at energoncube.net (Bob Kleemann) Date: Thu, 18 Aug 2011 13:33:12 -0700 Subject: [San-Diego-pm] Meeting Tonight! Message-ID: Perl Mongers, Just a quick reminder that our normal monthly meeting is tonight, 7 PM at the Anonymizer offices near I-805 and Mira Mesa Blvd. Bring your questions, ideas, and thoughts, we'll share them and chat about them, and everyone will be better off for it. Drop me a quick line if you're coming, and I look forward to seeing you all. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at chrisgrau.com Thu Aug 18 13:41:08 2011 From: chris at chrisgrau.com (Chris Grau) Date: Thu, 18 Aug 2011 13:41:08 -0700 Subject: [San-Diego-pm] Meeting Tonight! In-Reply-To: References: Message-ID: 2011/8/18 Bob Kleemann : > Just a quick reminder that our normal monthly meeting is tonight, 7 PM > at the Anonymizer offices near I-805 and Mira Mesa Blvd.? Bring your > questions, ideas, and thoughts, we'll share them and chat about them, > and everyone will be better off for it.? Drop me a quick line if > you're coming, and I look forward to seeing you all. Looking forward to the meeting and the discussions we plan to have about Perl web frameworks. I don't know that I'll have much to report from OSCON, but if something comes to mind, I'll bring it up. From merlyn at stonehenge.com Thu Aug 18 16:34:26 2011 From: merlyn at stonehenge.com (Randal L. Schwartz) Date: Thu, 18 Aug 2011 16:34:26 -0700 Subject: [San-Diego-pm] Meeting Tonight! In-Reply-To: (Bob Kleemann's message of "Thu, 18 Aug 2011 13:33:12 -0700") References: Message-ID: <8639gy9tvh.fsf@red.stonehenge.com> >>>>> "Bob" == Bob Kleemann writes: Bob> Just a quick reminder that our normal monthly meeting is tonight, 7 Bob> PM at the Anonymizer offices near I-805 and Mira Mesa Blvd. Bring Bob> your questions, ideas, and thoughts, we'll share them and chat Bob> about them, and everyone will be better off for it. Drop me a Bob> quick line if you're coming, and I look forward to seeing you all. Some day, I will be near your meeting and be able to attend. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.posterous.com/ for Smalltalk discussion From scottm at qualcomm.com Thu Aug 18 17:42:58 2011 From: scottm at qualcomm.com (McClelland, Scott) Date: Fri, 19 Aug 2011 00:42:58 +0000 Subject: [San-Diego-pm] Meeting Tonight! In-Reply-To: References: Message-ID: <9FA37AF49F267F4A899D5399545BCBE105F6DAF5@nasanexd01c.na.qualcomm.com> Web frameworks is exactly what I was going to ask about. I just started looking at Catalyst. I'll try to make the meeting. Scott M. -----Original Message----- From: san-diego-pm-bounces+scottm=qualcomm.com at pm.org [mailto:san-diego-pm-bounces+scottm=qualcomm.com at pm.org] On Behalf Of Chris Grau Sent: Thursday, August 18, 2011 1:41 PM To: Bob Kleemann Cc: San Diego Perl Mongers Subject: Re: [San-Diego-pm] Meeting Tonight! 2011/8/18 Bob Kleemann : > Just a quick reminder that our normal monthly meeting is tonight, 7 PM > at the Anonymizer offices near I-805 and Mira Mesa Blvd.? Bring your > questions, ideas, and thoughts, we'll share them and chat about them, > and everyone will be better off for it.? Drop me a quick line if > you're coming, and I look forward to seeing you all. Looking forward to the meeting and the discussions we plan to have about Perl web frameworks. I don't know that I'll have much to report from OSCON, but if something comes to mind, I'll bring it up. _______________________________________________ San-Diego-pm mailing list San-Diego-pm at pm.org http://mail.pm.org/mailman/listinfo/san-diego-pm From chris at chrisgrau.com Fri Aug 19 08:34:55 2011 From: chris at chrisgrau.com (Chris Grau) Date: Fri, 19 Aug 2011 08:34:55 -0700 Subject: [San-Diego-pm] Config modules Message-ID: <20110819153455.GA5662@chrisgrau.com> As promised, I ack'd through my ~/src to see which Config:: modules I've been using. It came down to three. In order of frequency: * Config::Std[1] I originally started using this one after Damian presented it, and I really liked the data structure it returned. However, due to its overhead and the fact that I rarely need round-trippable config files, I'm slowly discontinuing its use. * Config::General[2] This is my current favorite, due to its flexibility. * Config::IniFiles[3] This is starting to show up in scripts that use an INI-style configuration format that doesn't require the flexibility of Config::General. Once upon a time, we also use App::Config, which had some nice features like file inclusion. But Config::General has replaced that functionality for us. I've also written a module called LSF::ConfigParser (unreleased), which is designed as a generic parser for all LSF configuration files. Other modules can then use it to build up a data structure from any file. I should probably make it sub-classable and use polymorphism to extend it, but that's a project for another day. We're also looking at using it for our own LSF-related configuration files, for a consistent format. [1] http://search.cpan.org/dist/Config-Std/ [2] https://metacpan.org/module/Config::General [3] https://metacpan.org/module/Config::IniFiles From chris at chrisgrau.com Tue Aug 23 08:13:22 2011 From: chris at chrisgrau.com (Chris Grau) Date: Tue, 23 Aug 2011 08:13:22 -0700 Subject: [San-Diego-pm] Three Perl cloud hosting platforms Message-ID: <20110823151322.GA2574@chrisgrau.com> One of the topics brought up at last Thursday's meeting was that of hosting providers who support Perl. Granted, many support vanilla CGI, but mod_perl is a bit more rare. I ran across the article, "Three Perl cloud hosting platforms." http://showmetheco.de/articles/2011/8/three-perl-cloud-hosting-platforms.html This looks exciting. Currently, I'm developing a web application using CGI::Application running on Linode, because I have complete control over the runtime environment. I'm currently invoking the framework as a CGI script, but plan to see if mod_perl is necessary down the line. The above article has a CGI::Application example, so I think it's time I investigated offloading my web application to the "cloud." At the very least, I should pull this into the CGI::Application presentation I'm planning for next month. From chris at chrisgrau.com Mon Aug 29 07:38:40 2011 From: chris at chrisgrau.com (Chris Grau) Date: Mon, 29 Aug 2011 07:38:40 -0700 Subject: [San-Diego-pm] [press@socallinuxexpo.org: The SCALE CFP is opening!] Message-ID: <20110829143840.GA19068@chrisgrau.com> FYI ----- Forwarded message from press at socallinuxexpo.org ----- Date: Wed, 24 Aug 2011 20:32:30 -0700 From: press at socallinuxexpo.org Subject: The SCALE CFP is opening! The Linux Exposition of Southern California is proud to announce the 10th annual Southern California Linux Expo -- SCALE 10x -- will be held January 20-22, 2012 at the Hilton Los Angeles Airport Hotel. The SCALE Call For Papers opens August 25, 2011. Submittals for a wide range of topics around Open Source software will be considered. To submit your proposal, go to http://cfp.socallinuxexpo.org. The SCALE Team ----- End forwarded message -----