From casati_gianluca at yahoo.it Thu Aug 26 02:42:28 2010 From: casati_gianluca at yahoo.it (Gianluca Casati) Date: Thu, 26 Aug 2010 02:42:28 -0700 (PDT) Subject: [Milan-pm] android In-Reply-To: References: Message-ID: <945031.5477.qm@web27901.mail.ukl.yahoo.com> Ciao, come va? guardate qua http://code.google.com/p/android-scripting/source/browse/perl/src/Cross/Android.pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From oreste at parlatano.org Thu Aug 26 03:47:11 2010 From: oreste at parlatano.org (Oreste Parlatano) Date: Thu, 26 Aug 2010 12:47:11 +0200 Subject: [Milan-pm] android In-Reply-To: <945031.5477.qm@web27901.mail.ukl.yahoo.com> References: <945031.5477.qm@web27901.mail.ukl.yahoo.com> Message-ID: <4C76462F.4090804@parlatano.org> Gianluca Casati wrote: > guardate qua > http://code.google.com/p/android-scripting/source/browse/perl/src/Cross/Android.pm Caro Gianluca, grazie per l'interessante link. Un caro saluto -- Oreste Parlatano oreste at parlatano.org http://oreste.parlatano.org +39 3663165220 +258 848973244 +258 822732803 Skype oresteafrica From oleber at gmail.com Sat Aug 28 00:45:43 2010 From: oleber at gmail.com (marcos rebelo) Date: Sat, 28 Aug 2010 09:45:43 +0200 Subject: [Milan-pm] How to test Output when using IPC::Open3 Message-ID: I'm having a more or less complicated code, that was simplified to this. use strict; use warnings; use IPC::Open3; use IO::Handle; use Test::More; use Test::Trap; sub shell_run { my ($stdin, $stdout, $stderr) = map {IO::Handle->new} (0..2); print "YYYY"; open3($stdin, $stdout, $stderr, @_); foreach my $line (<$stdout>, <$stderr>) { print "read: $line"; } print "ZZZZ"; } trap {shell_run('perl', '-E', 'print "TEXT IN"')}; #is( $trap->stdout, "YYYYZZZZ"); is( $trap->stdout, "YYYYTEXT INZZZZ"); done_testing(); I would expect to have the test 'is( $trap->stdout, "YYYYTEXT INZZZZ");' executing ok, instead of that I have the test 'is( $trap->stdout, "YYYYZZZZ");'. I need to test the output inside the loop in there, I have tried allot of solution but I just don't get it How do I do it? Thanks for your help Best Regards Marcos Rebelo -- Marcos Rebelo http://oleber.freehostia.com Milan Perl Mongers leader http://milan.pm.org Webmaster of http://sites.google.com/site/oleberperlrecipes/ From oleber at gmail.com Tue Aug 31 07:47:27 2010 From: oleber at gmail.com (marcos rebelo) Date: Tue, 31 Aug 2010 16:47:27 +0200 Subject: [Milan-pm] Great work Message-ID: I see this matrix and I think, I would like to have this matrix adapted to Perl for my job interviews. http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm Now out of curiosity, where do you set your self? Marcos -- Marcos Rebelo http://oleber.freehostia.com Milan Perl Mongers leader http://milan.pm.org Webmaster of http://sites.google.com/site/oleberperlrecipes/ From oha at oha.it Tue Aug 31 08:44:39 2010 From: oha at oha.it (Oha) Date: Tue, 31 Aug 2010 17:44:39 +0200 Subject: [Milan-pm] Great work In-Reply-To: References: Message-ID: <4C7D2367.7070508@oha.it> On 08/31/2010 04:47 PM, marcos rebelo wrote: > http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm > > very interesting! ty! oha From oleber at gmail.com Tue Aug 31 08:52:30 2010 From: oleber at gmail.com (marcos rebelo) Date: Tue, 31 Aug 2010 17:52:30 +0200 Subject: [Milan-pm] Perl Programmers Message-ID: Hi all, KPNQWEST is looking for a Perl Programmer with Linux and SQL experience for a temporary contract in Milan. If you or someone you know is interested, please send me the CV and I will forwarded it to the Human Resources Department. Best Regards Marcos Rebelo -- Marcos Rebelo http://oleber.freehostia.com Milan Perl Mongers leader http://milan.pm.org Webmaster of http://sites.google.com/site/oleberperlrecipes/