From autarch at urth.org Thu Nov 6 10:14:46 2003 From: autarch at urth.org (Dave Rolsky) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: November meeting & Andy Lester in December Message-ID: First business, the next meeting is at Espresso Royale downtown on Wednesday, November 12. I'd been saying 7 PM but apparently the last couple times no one showed til later. I'll probably still try to get there around 7 just in case. In December, it looks like Andy Lester will come out to give a talk. Take a look at http://petdance.com/perl/ and http://petdance.com/resume/ so we can decide what we want him to give a talk on. Some of the talk listed on the first page are quick 5 minutes ones, like "10 Great Non-Oreilly Books" or "Geek Culture Considered Harmful", so he can probably do those as bonuses if there's interest. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From bierbaum at cbs.umn.edu Fri Nov 7 16:02:12 2003 From: bierbaum at cbs.umn.edu (Brian Bierbaum) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: Consultation Work Message-ID: <0A76E821-116E-11D8-8373-000393B841C8@cbs.umn.edu> Dear Minneapolis Perl Mongers, I am the owner of Minneapolis based Net Dynasty Web Design and am looking for a Perl programmer to refer a prospective client to for a commission. He has a 4-year-old system that needs routine maintenance and some upgrade work. If you are interested in this opportunity, please call me at 612.296.7115 this weekend as I want to sign a referral agreement by Monday. Thanks in advance, Brian Bierbaum www.netdynasty.com 612.296.7115 -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From Gypsy at FreeQ.com Wed Nov 12 11:32:38 2003 From: Gypsy at FreeQ.com (Gypsy Rogers) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: using perl with MS version of Secure FTP Message-ID: <200311121732.hACHWcp47965@ns1.freeq.com> I'm looking for a module or example script where someone has automated a client for Microsoft's implimentation of Secure FTP. I know that the standard for sftp runs on port 115 and uses ssh protocol but Microsoft seems to want to run on port 443 and use SSL for thiers. I need to ftp a file once a night to someone who is set up to only accept files in this way and the only way I can see to do that right now is to manually open IE and do it there, this is not how I wish to live my life. So, if any of you have any experiance with this implimentation let me know, and if you know of a module that uses it let me know also. I'm searching CPAN for a mudule right now and was looking for an RFC document for this protocol as well at Microsoft. Both searches are so far fruitless. ========================================================================= = http://www.GypsyRogers.com - Bringing Your Internet Business Into Focus = http://www.Gypsy2012.com - Hack the Vote 2012 ========================================================================= -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From autarch at urth.org Wed Nov 12 11:49:10 2003 From: autarch at urth.org (Dave Rolsky) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: using perl with MS version of Secure FTP In-Reply-To: <200311121732.hACHWcp47965@ns1.freeq.com> References: <200311121732.hACHWcp47965@ns1.freeq.com> Message-ID: On Wed, 12 Nov 2003, Gypsy Rogers wrote: > I'm looking for a module or example script where someone has automated a > client for Microsoft's implimentation of Secure FTP. > > I know that the standard for sftp runs on port 115 and uses ssh protocol > but Microsoft seems to want to run on port 443 and use SSL for thiers. This doesn't sound like SFTP, but rather FTP over SSL on a non-standard port, aka ftps. According to my /etc/services file, this normally runs on port 990. > I'm searching CPAN for a mudule right now and was looking for an RFC > document for this protocol as well at Microsoft. Both searches are so far > fruitless. Well, it's just FTP over SSL, like we have telnet over SSL, POP3 over SSL, etc. I don't think Perl's Net::FTP module supports this (though I'm sure patches are welcome ;) but you could probably just spawn an external executable that supports this. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From ericp at esp.com Wed Nov 12 11:49:55 2003 From: ericp at esp.com (Eric Putkonen) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: Looking for Perl Programmer Message-ID: <08922A4150FB024A9257756E5A586F255BE298@espspi> Good afternoon! I am a recruiter with ESP Systems Professionals. I am working on a search assignment right now for a Perl Programmer. I was wondering if anyone knows someone who might be interested in this position: 4+ years of Unix experience 2+ years of Perl experience Familiarity with object-oriented Perl Database design and software design Strong knowledge of HTML, Java Script, Style sheets and related web presentations technologies I would like to go into more detail with anyone who might be interested, so if you know anyone please help me out. Thank you! Eric Putkonen ESP The I.T. Candidate People ericp@esp.com (612) 337-9193 (800) 886-3086 ext. 193 www.esp.com -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From chrome at real-time.com Wed Nov 12 11:55:16 2003 From: chrome at real-time.com (Carl Wilhelm Soderstrom) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: using perl with MS version of Secure FTP In-Reply-To: <200311121732.hACHWcp47965@ns1.freeq.com>; from Gypsy@FreeQ.com on Wed, Nov 12, 2003 at 11:32:38AM -0600 References: <200311121732.hACHWcp47965@ns1.freeq.com> Message-ID: <20031112115516.A31383@real-time.com> On 11/12 11:32 , Gypsy Rogers wrote: > I know that the standard for sftp runs on port 115 and uses ssh protocol hmm. I see that there's an entry for it in /etc/services, at port 115, but I've always seen it running quite happily over port 22, just like SSH. > but Microsoft seems to want to run on port 443 and use SSL for thiers. that sounds more like FTP over SSL, rather than SFTP. Very different protocol. Carl Soderstrom. -- Systems Administrator Real-Time Enterprises www.real-time.com -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From bierbaum at cbs.umn.edu Wed Nov 12 12:08:48 2003 From: bierbaum at cbs.umn.edu (Brian Bierbaum) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: using perl with MS version of Secure FTP In-Reply-To: <200311121732.hACHWcp47965@ns1.freeq.com> Message-ID: <437B8E92-153B-11D8-908F-000393B841C8@cbs.umn.edu> Can't help you on that one! Did you get a chance to contact John Zander? Brian On Wednesday, November 12, 2003, at 11:32 AM, Gypsy Rogers wrote: > > I'm looking for a module or example script where someone has automated > a > client for Microsoft's implimentation of Secure FTP. > > I know that the standard for sftp runs on port 115 and uses ssh > protocol > but Microsoft seems to want to run on port 443 and use SSL for thiers. > > I need to ftp a file once a night to someone who is set up to only > accept > files in this way and the only way I can see to do that right now is to > manually open IE and do it there, this is not how I wish to live my > life. > > So, if any of you have any experiance with this implimentation let me > know, > and if you know of a module that uses it let me know also. > > I'm searching CPAN for a mudule right now and was looking for an RFC > document for this protocol as well at Microsoft. Both searches are so > far > fruitless. > > > ======================================================================= > == > = http://www.GypsyRogers.com - Bringing Your Internet Business Into > Focus > = http://www.Gypsy2012.com - Hack the Vote 2012 > ======================================================================= > == > > > > > -------------------------------------------------- > Minneapolis Perl Mongers mailing list > > To unsubscribe, send mail to majordomo@pm.org > with "unsubscribe mpls" in the body of the message. > __________________________________ Brian James Bierbaum IT Specialist, CBS Computing Services 247 Gortner Laboratories 1479 Gortner Avenue Saint Paul, MN 55108 USA E-mail: bierbaum@cbs.umn.edu Office: 612-625-9284 or x59284 __________________________________ -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From James.FitzGibbon at target.com Wed Nov 12 12:07:48 2003 From: James.FitzGibbon at target.com (James.FitzGibbon) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: Espresso tonight? Message-ID: <50618EAB3B80AC4FBF2257500BB255E9A1CD3F@EMAILSTORE10.target.com> I've lost the last announcement. Are we on for a meeting this evening at Espresso Royale? Thanks -- j. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/mpls-pm/attachments/20031112/fb091b2c/attachment.htm From autarch at urth.org Wed Nov 12 12:17:05 2003 From: autarch at urth.org (Dave Rolsky) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: Espresso tonight? In-Reply-To: <50618EAB3B80AC4FBF2257500BB255E9A1CD3F@EMAILSTORE10.target.com> References: <50618EAB3B80AC4FBF2257500BB255E9A1CD3F@EMAILSTORE10.target.com> Message-ID: On Wed, 12 Nov 2003, James.FitzGibbon wrote: > I've lost the last announcement. Are we on for a meeting this evening at Espresso Royale? Yes. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From bklaas at occamnetworks.com Wed Nov 12 13:49:06 2003 From: bklaas at occamnetworks.com (Ben Klaas) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: Looking for Perl Programmer In-Reply-To: <08922A4150FB024A9257756E5A586F255BE298@espspi> References: <08922A4150FB024A9257756E5A586F255BE298@espspi> Message-ID: <3FB28EB2.7000009@occamnetworks.com> Hi Eric- If you are still looking for someone for this position, I may be interested. I can share my qualifications with you in greater detail moving forward, but to answer directly to your email: Unix: 7+ years Unix experience Perl: 6+ years Perl experience familiar with Object-Oriented Perl Databases: detailed knowledge of SQL databases (MySQL, Postgres, Informix, more) detailed knowledge of Perl's DBI interface to databases Web: 10 years experience with HTML detailed knowledge of Cascading Style Sheets working knowledge of JavaScript I think I fit your bill pretty well. Maybe we could get together to chat about this further? I'm interested in hearing more about the position. thanks- Ben Klaas 612.929.5477 Eric Putkonen wrote: > Good afternoon! > > I am a recruiter with ESP Systems Professionals. I am working on a search > assignment right now for a Perl Programmer. I was wondering if anyone knows > someone who might be interested in this position: > > 4+ years of Unix experience > 2+ years of Perl experience > Familiarity with object-oriented Perl > Database design and software design > Strong knowledge of HTML, Java Script, Style sheets and related web > presentations technologies > > I would like to go into more detail with anyone who might be interested, so > if you know anyone please help me out. > > Thank you! > > Eric Putkonen > ESP > The I.T. Candidate People > ericp@esp.com > (612) 337-9193 > (800) 886-3086 ext. 193 > www.esp.com > > > -------------------------------------------------- > Minneapolis Perl Mongers mailing list > > To unsubscribe, send mail to majordomo@pm.org > with "unsubscribe mpls" in the body of the message. -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From bklaas at occamnetworks.com Wed Nov 12 14:05:43 2003 From: bklaas at occamnetworks.com (Ben Klaas) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: whoops Message-ID: <3FB29297.6030404@occamnetworks.com> Many embarassed apologies for sending my job qualifications out to the entire mplspm mailing list (I forgot to add to those qualifications: Can't figure out how to use email...*ouch*). The email I meant to send to this list was this: Hi there- I'm hoping to come to tonight's meeting and have not attended before. I'm pretty sure I can find the Espresso Royale, but will the group be easy to spot when I'm there? I may not be able to make it tonight but if I can't will definitely attend next month. thanks-- Ben Klaas -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From James.FitzGibbon at target.com Wed Nov 12 14:22:37 2003 From: James.FitzGibbon at target.com (James.FitzGibbon) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: whoops Message-ID: <50618EAB3B80AC4FBF2257500BB255E9A1CD47@EMAILSTORE10.target.com> Typically we are in the back in the loungish area. There used to be a computer set up back there IIRC. This was from a.s.r but applies equally well: ...when walking into an Perl gathering, you first mention to the lovely hostess that you're there for the meeting of the Camel. And when she looks at you as if you've just made it on to her list of "most likely to be motivated primarily by controlled substances", you *then* ask her where the gathering of computer-wonkish-yet-strangely-vicious-seeming people is. And she points the rest of the group out, way the hell back in the corner, backs to the wall, with suspicious looks on their faces, and the air of being about to leap out of their chairs and do something messy yet satisfying to the rest of the human herd. You've found the mongers. -----Original Message----- From: owner-mpls@pm.org [mailto:owner-mpls@pm.org]On Behalf Of Ben Klaas Sent: Wednesday, November 12, 2003 2:06 PM To: mpls@pm.org Subject: [mplspm]: whoops Many embarassed apologies for sending my job qualifications out to the entire mplspm mailing list (I forgot to add to those qualifications: Can't figure out how to use email...*ouch*). The email I meant to send to this list was this: Hi there- I'm hoping to come to tonight's meeting and have not attended before. I'm pretty sure I can find the Espresso Royale, but will the group be easy to spot when I'm there? I may not be able to make it tonight but if I can't will definitely attend next month. thanks-- Ben Klaas -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From autarch at urth.org Wed Nov 12 14:25:05 2003 From: autarch at urth.org (Dave Rolsky) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: whoops In-Reply-To: <3FB29297.6030404@occamnetworks.com> References: <3FB29297.6030404@occamnetworks.com> Message-ID: On Wed, 12 Nov 2003, Ben Klaas wrote: > I'm hoping to come to tonight's meeting and have not attended before. > I'm pretty sure I can find the Espresso Royale, but will the group be > easy to spot when I'm there? I may not be able to make it tonight but if > I can't will definitely attend next month. Look for a bunch of dorks ;) Just kidding. It's usually mostly male, and we're usually the only group of >3 people in the place. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message. From troy.johnson at myrealbox.com Wed Nov 12 15:37:04 2003 From: troy.johnson at myrealbox.com (Troy Johnson) Date: Thu Aug 5 00:29:54 2004 Subject: [mplspm]: whoops Message-ID: <1068673024.b3c0bb60troy.johnson@myrealbox.com> The meeting is at 7:00pm (it is, isn't it?), but everyone is usually late (or the more punctual people get impatient and go home). -----Original Message----- From: Dave Rolsky On Wed, 12 Nov 2003, Ben Klaas wrote: > I'm pretty sure I can find the Espresso Royale, but will the group be > easy to spot when I'm there? I may not be able to make it tonight but if > I can't will definitely attend next month. Look for a bunch of dorks ;) Just kidding. It's usually mostly male, and we're usually the only group of >3 people in the place. -------------------------------------------------- Minneapolis Perl Mongers mailing list To unsubscribe, send mail to majordomo@pm.org with "unsubscribe mpls" in the body of the message.