From amoore at mooresystems.com Mon Dec 7 11:22:17 2009 From: amoore at mooresystems.com (Andrew Moore) Date: Mon, 7 Dec 2009 13:22:17 -0600 Subject: [Kc] reminder: no December meeting Message-ID: <6c70d2980912071122k77c16d83sfb064bba31c4a19c@mail.gmail.com> Hi KC.pm - As a reminder, we don't traditionally get together in December. So, there is no meeting tomorrow. See you next year! -Andy From darylvf at gmail.com Mon Dec 7 13:14:42 2009 From: darylvf at gmail.com (Daryl Fallin) Date: Mon, 7 Dec 2009 15:14:42 -0600 Subject: [Kc] Perl LWP (libwww-perl) problems using a proxy that requires In-Reply-To: <298B0C746DF10B48B2B461534F06EC98C3521B@CVCV0Xi22.na.corning.com> References: <298B0C746DF10B48B2B461534F06EC98C3511C@CVCV0Xi22.na.corning.com> <298B0C746DF10B48B2B461534F06EC98C3521B@CVCV0Xi22.na.corning.com> Message-ID: I ended up basically replacing this part of my code my $req = HTTP::Request->new(GET =>"https://$username:$password\@ qualysguard.qualys.com/msp/scan_report_list.php"); with ... system "wget --proxy=on http_proxy=http://10.10.10.10:9090/--proxy-user=$proxyuser --proxy-passwd=$proxypass --user=$username --password=$password -O $SCAN_REPORT_FILE https://qualysguard.qualys.com/msp/scan_report_list.php"; if ( ! open INFILE, "<$SCAN_REPORT_FILE") { die "Could not open file ($!)"; } my $content; for () { $content .= $_; } ... Its not elegant, but it got the job done. They guy I wrote this for ended up not using it because I had hacked the original perl from Qualys too much by using wget and he was afraid that Qualys and the other CMS (Content Management Solution vendor in Kansas City) would not support it. (forgot to copy kc at pm.org on the first reply so I added them back in just in case someone else has some additional input) - daryl On Mon, Dec 7, 2009 at 1:57 PM, Scott, James M Dr wrote: > No, I?ve just run into a situation where internal proxy server now asks for > authentication and I couldn?t get it to work. > > I saw your thread and it did not look promising. I saw the same results. > > > > *From:* Daryl Fallin [mailto:darylvf at gmail.com] > *Sent:* Monday, December 07, 2009 2:41 PM > *To:* Scott, James M Dr > *Subject:* Re: [Kc] Perl LWP (libwww-perl) problems using a proxy that > requires > > > > No. I couldn't resolve the issue as I remember and just moved on and ended > up using some perl to call wget to retrieve the appropriate data. > > Do you have an idea or fix for the problem? > > On Mon, Dec 7, 2009 at 9:40 AM, Scott, James M Dr > wrote: > > Daryl, did you ever get this problem solved? > > The message thread simply ends without resolution?. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alanvoss at gmail.com Tue Dec 22 08:25:20 2009 From: alanvoss at gmail.com (Alan Voss) Date: Tue, 22 Dec 2009 10:25:20 -0600 Subject: [Kc] Data Architect position In-Reply-To: <004001ca831d$19721e80$745aa8c0@paigetech.local> References: <004001ca831d$19721e80$745aa8c0@paigetech.local> Message-ID: <2f4815220912220825t7eba8fa8j6943f5dc9236c245@mail.gmail.com> To those who might be interested in a platform-independent Data Architect Position. Alan ---------- Forwarded message ---------- From: Bill Groff Date: Tue, Dec 22, 2009 at 9:40 AM Subject: Data Architect position To: alanvoss at gmail.com 1.????? Job Summary Utilizes extensive technical expertise in coordinating and developing the architectural design and build of technical solutions that assist customers in meeting the overall business strategy.? Designs the technology and infrastructure around customer initiatives/projects to ensure customer needs are met, and provides the guidance and consultation necessary to achieve alignment with long-term business area plans.? Serves as advocate for the business by managing relationships with System stakeholders and influencing direction of System Information Technology (IT) groups. 2.????? Key Activities ???????? Designs architecture for technology-based business solutions by applying expertise with industry best or System standard architectural practices.? Translates business strategy into tactical plans and maps to technology solutions to ensure the overall goals and vision of business owners are met. ???????? Manages business relationships with little or no supervision to ensure shared understanding and support of customer direction and strategy across System IT groups. ???????? Communicates frequently with key stakeholders in various customer and System IT forums to ensure clear understanding of business needs and requirements.? Serves as a key coordination point to manage the exchange of critical information and decisions between business owners and System technology staff. ???????? Provides extensive input to influence, establish, and prioritize the direction of System IT initiatives to provide the necessary infrastructure to achieve customer initiatives.? Negotiates resolution to issues to align with business requirements. ???????? Advises and consults with key business customers and IT System stakeholders on current and emerging business owner and System technology initiatives/solutions. ???????? Remains current on emerging technologies and conducts research to support line of business needs and requirements. ???????? Performs other duties as assigned. 3.????? Requirements ???????? Candidate is required to have either:? (1) Bachelor?s degree from an accredited college or university with specialization in an information technology field and IT certifications, preferably related to architectural design; or (2) Master?s degree from an accredited college or university with specialization in an information technology field. ???????? At least ten years of information technology experience. Technology architecture/engineering, information security, or related experience required. ???????? Familiarity with Industry and Federal Reserve Standard Application Development Methodologies. ???????? Excellent organizational, project management, and problem-solving skills. ???????? Excellent initiative, innovative thinking skills, and the ability to analyze details and adopt a big-picture view. ???????? Excellent oral and written communication skills.? Ability to explain complex technical information to technical and non-technical contacts. ???????? Excellent interpersonal skills.? Ability to effectively build relationships, promote a collaborative and team environment, and influence others. ???????? Accomplished analytical skills. Bill Groff PAiGE?Technologies, LLC. IT Recruiter 8340 Mission Road, Suite 119 Prairie Village, Kansas 66206 800-717-0606, ext. 208 913-381-0600, local to Kansas City bill at paigetech.com www.paigetech.com From davidnicol at gmail.com Wed Dec 23 12:26:06 2009 From: davidnicol at gmail.com (David Nicol) Date: Wed, 23 Dec 2009 14:26:06 -0600 Subject: [Kc] Fwd: Perl 5.11.3 now available In-Reply-To: <20091221045116.GA22582@bestpractical.com> References: <20091221045116.GA22582@bestpractical.com> Message-ID: <934f64a20912231226l1787d4b2k74ca0be674f50f20@mail.gmail.com> fyi. ---------- Forwarded message ---------- From: Jesse Vincent Date: Sun, Dec 20, 2009 at 10:51 PM Subject: Perl 5.11.3 now available To: perl5-porters at perl.org "Say -- I'm going in a swimming, I am. Don't you wish you could? But of course you'd druther work?wouldn't you? Course you would!" Tom contemplated the boy a bit, and said: "What do you call work?" "Why ain't that work?" Tom resumed his whitewashing, and answered carelessly: "Well, maybe it is, and maybe it aint. All I know, is, it suits Tom Sawyer." "Oh come, now, you don't mean to let on that you like it?" The brush continued to move. "Like it? Well I don't see why I oughtn't to like it. Does a boy get a chance to whitewash a fence every day?" That put the thing in a new light. Ben stopped nibbling his apple. Tom swept his brush daintily back and forth?stepped back to note the effect -- added a touch here and there-criticised the effect again -- Ben watching every move and getting more and more interested, more and more absorbed. Presently he said: "Say, Tom, let me whitewash a little." -- Mark Twain, /The Adventures of Tom Sawyer/ It gives me great pleasure to announce the release of Perl 5.11.3. This is the fourth DEVELOPMENT release in the 5.11.x series leading to a stable release of Perl 5.12.0. You can find a list of high-profile changes in this release in the file "perl5113delta.pod" inside the distribution. Perl 5.11.3 is, hopefully, the last release of Perl 5.11.x before code freeze for Perl 5.12.0. At that point, we will only make changes which fix regressions from previous released versions of Perl or which resolve issues we believe would make a stable release of Perl 5.12.0 inadvisable. You can (or will shortly be able to) download the 5.11.3 release from: http://search.cpan.org/~jesse/perl-5.11.3/ The release's SHA1 signatures are: MD5: 0051020f8ae2a89c9d624e01ed56b02c perl-5.11.3.tar.bz2 SHA1: 7fe87005437002f0b515d983429d0bfba36398ac perl-5.11.3.tar.bz2 [IMPORTANT: Due to an entirely preventable error on my part, a corrupted, truncated perl-5.11.3.tar.gz entered the PAUSE. Until its deletion propagates through CPAN, please be sure you're getting perl-5.11.3.tar.bz2, not perl-5.11.3.tar.gz. Sorry about that!] This release corresponds to commit 9c3f2640bc in Perl's git repository. It is tagged as 'v5.11.3'. We welcome your feedback on this release. If you discover issues with Perl 5.11.3, please use the 'perlbug' tool included in this distribution to report them. If Perl 5.11.3 works well for you, please use the 'perlthanks' tool included with this distribution to tell the all-volunteer development team how much you appreciate their work. If you write software in Perl, it is particularly important that you test your software against development releases. While we strive to maintain source compatibility with prior stable versions of Perl wherever possible, it is always possible that a well-intentioned change can have unexpected consequences. If you spot a change in a development version which breaks your code, it's much more likely that we will be able to fix it before the next stable release. If you only test your code against stable releases of Perl, it may not be possible to undo a backwards-incompatible change which breaks your code. Perl 5.11.3 represents approximately one month of development since Perl 5.11.2 and contains 61407 lines of changes across 396 files from 40 authors and committers: Abigail, Alex Davies, Alexandr Ciornii, Andrew Rodland, Andy Dougherty, Bram, brian d foy, Chip Salzenberg, Chris Williams, Craig A. Berry, Daniel Frederick Crisman, David Golden, Dennis Kaarsemaker, Eric Brine, Father Chrysostomos, Gene Sullivan, Gerard Goossen, H. Merijn Brand, Hugo van der Sanden, Jan Dubois, Jerry D. Hedden, Jesse Vincent, Jim Cromie, Karl Williamson, Leon Brocard, Max Maischein, Michael Breen, Moritz Lenz, Nicholas Clark, Rafael Garcia-Suarez, Reini Urban, Ricardo Signes, Stepan Kasal, Steve Hay, Steve Peters, Tim Bunce, Tony Cook, Vincent Pit and Zefram. Many of the changes included in this version originated in the CPAN modules included in Perl's core. We're grateful to the entire CPAN community for helping Perl to flourish. Notable changes in this release: * Perl is shipped with Unicode version 5.2, itself released in October 2009. * Perl can now handle every Unicode character property. * The experimental 'legacy' pragma, introduced with Perl 5.11.2 has been removed. Its functionality has been replaced with the 'feature' pragma. * Numerous CPAN "toolchain" modules have been updated to what we hope are the final release versions for Perl 5.12.0. * Many crashing bugs or regressions from earlier releases of Perl were fixed for this release. Development versions of Perl are released monthly on or about the 20th of the month by a monthly "release manager". You can expect following upcoming releases: January 20 - Ricardo Signes February 20 - Steve Hay March 20 - Ask Bj?rn Hansen Best, Jesse Vincent -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAksu/sQACgkQEi9d9xCOQEbU7gCfdxQcVoN6u5qoJEORVDtNTYIb uQMAn1nCLMOGi5fZlVlzLaKVkEUXnMk9 =Q4EW -----END PGP SIGNATURE----- -- Is it the time when there isn't time to discuss but there is time to act yet? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: not available URL: From amoore at mooresystems.com Wed Dec 30 07:16:52 2009 From: amoore at mooresystems.com (Andrew Moore) Date: Wed, 30 Dec 2009 09:16:52 -0600 Subject: [Kc] January meeting: 1/12/10 Message-ID: <6c70d2980912300716i6dce4877la20b3ac74fcc78b3@mail.gmail.com> Greetings KC perl mongers - Our regularly scheduled meeting for January (the 2nd Tuesday) falls on the 12th. We'll get together at Barley's in Shawnee at 7pm. Typically, we're at a few high-top tables in the back. You may have luck asking the host for "Mr. Pearl's table". Some topics that will probably come up: * Things that you'd like to see happen at meetings in 2010. * succession plan for the "moderator" position. I've been doing this (poorly) for way too long, and it's well past time to see if anyone else is interested in taking a turn. Volunteers and nominees will be welcome. Responsibilities are minimal. * Job hunting in KC. Many folks are looking for work or people to fill spots, so let's share some information. * Your topic of choice. Do you have questions about something you're trying to do, or something interesting you've done lately? If you know in advance that you can make it, please let me know. My usual policy is that if I get a lot of RSVP's I may reserve a table. If I don't get any, I may cancel. If you don't RSVP and still want to attend, please come! -Andy From davidnicol at gmail.com Wed Dec 30 22:44:25 2009 From: davidnicol at gmail.com (David Nicol) Date: Thu, 31 Dec 2009 00:44:25 -0600 Subject: [Kc] capability security and motes (again) Message-ID: <934f64a20912302244u5154dc37y5dbf54dcdc3c9fb0@mail.gmail.com> I suppose I might have something to present and discuss on the twelfth. -- Is it the time when there isn't time to discuss but there is time to act yet? From davidnicol at gmail.com Wed Dec 30 22:43:25 2009 From: davidnicol at gmail.com (David Nicol) Date: Thu, 31 Dec 2009 00:43:25 -0600 Subject: [Kc] anyone want to move to new york? Message-ID: <934f64a20912302243p6c816a9bsf720a97c47595644@mail.gmail.com> ---------- Forwarded message ---------- From: Noya Tong (LinkedIn Messages) Date: Wed, Dec 30, 2009 at 11:47 PM Subject: PERL (OO)/C/Linux Architect Position- Manhattan, NY (RELOCATION AVAILABLE) To: David Nicol LinkedIn *Noya Tong* has sent you a message. *Date:* 12/30/2009 *Subject:* PERL (OO)/C/Linux Architect Position- Manhattan, NY (RELOCATION AVAILABLE) Hello, We are currently conducting a nationwide search for a Perl/C/Linux Architect and your profile came up during our screening process. Please take a moment to review the description listed below. If you feel you may be a fit, please send me an updated version of your resume along with your contact information and I will be sure to get in touch with you as soon as possible. If you have received a message about this position already, it is because the need to fill this position is extremely urgent and we chose to send out a reminder message in case you may have missed our first attempt to contact you. PERL/C/LINUX ARCHITECT Our client a is a leading email marketing and customer intelligence company. Their technology and service is designed for companies that want to increase their brand equity through the acquisition and retention of their customer base. By empowering customers to send highly targeted and relevant emails to their permission based subscriber list, their clients can leverage the use of the web as a means to cut costs, strengthen relationships and increase ROI. Role Purpose: Work with rapidly expanding team to develop future generation of our high volume best-in-market product. Solve significant technical challenges with group of technical managers and provide strong and decisive technical leadership. Works closely with VP of Development and Program Management to deliver a successful product. Candidate will provide and support the architectural design, configuration and development to create a robust, scalable, flexible, highly available technology infrastructure to support product services minimizing time-to market and product development costs. Major Job Functions " Leads architectural design for next generation of high volume flagship product. " Assesses business problems, system requirements, and the external system design. Obtains development estimates. " Identifies physical design alternatives that satisfy the system requirements and presents pros and cons for each solution. " Leads discussions with senior technical team leads to obtain buy-in of high-level design concepts. " Exhibits leadership and decisiveness in absence of consensus. Ultimately accountable for software design of the solution. " Prepares systems design alternatives document, conducts formal reviews, and obtains project approval on the chosen design. " Assists with estimating the project schedule through the development phase of the project. " Provides technical decisions on projects, program direction, and application modifications. " Writes design documentation to clearly articulate key component interfaces. " Able to write proof-of-concept implementations if necessary. " May work on logical and physical database designs where applicable for the given project. " Stays abreast of current technology, new technological advances and company standards. " Document and coordinate cross-functional data models necessary to support business functions Qualifications " Bachelor's degree in Computer Science or related technical discipline or equivalent experience. " Typically requires a minimum of 7 years related experience in multiple technologies " Strong knowledge of platform specific tools and utilities. " Strong analytical and problem solving skills. " Strong oral and written communication skills. " Good knowledge of software development methodologies. " Ability to think creatively Regards, Noya Tong Executive Recruiter noya at midlandsearch.com Phone: (949) 394-2121 View/reply to this message Don't want to receive e-mail notifications? Adjust your message settings . ? 2009, LinkedIn Corporation -- Is it the time when there isn't time to discuss but there is time to act yet? -------------- next part -------------- An HTML attachment was scrubbed... URL: