From enobacon at gmail.com Mon May 7 10:45:30 2018 From: enobacon at gmail.com (Eric Wilhelm) Date: Mon, 07 May 2018 10:45:30 -0700 Subject: [Pdx-pm] meetup this Thursday? Message-ID: <4935951.SWpp0rCAVW@broq> Hi all, Does anyone want to suggest a location and/or something to hack on? It might be a little cooler and rainy. Lucky Lab SE, or NW has pizza? Thanks, Eric From enobacon at gmail.com Wed May 9 10:42:56 2018 From: enobacon at gmail.com (Eric Wilhelm) Date: Wed, 09 May 2018 10:42:56 -0700 Subject: [Pdx-pm] Perl 6 study group Thursday 6:53pm Lucky Lab North In-Reply-To: <4935951.SWpp0rCAVW@broq> References: <4935951.SWpp0rCAVW@broq> Message-ID: <1893462.uCaPKXf4WE@broq> Hi all, We'll be meeting at the Lucky Lab North 1700 N Killingsworth http://calagator.org/events/1250473718 Thanks, Eric From raanders42 at gmail.com Sat May 12 17:17:06 2018 From: raanders42 at gmail.com (Roderick Anderson) Date: Sat, 12 May 2018 17:17:06 -0700 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server Message-ID: Many years ago I built some scripts for a local ISP. They ran for many years despite it being on Windows systems. They lost a server and are rebuilding it from scratch. Problem is they want a free-ish distribution. I'm thinking Strawberry Perl but haven't followed the Perl world much lately. I did find an article by brian d foy in 2011. The only thing not covered how admin friendly it is. How easy or complex is it to install. How about adding modules. I will probably be the one doing that and I am really out of touch with the Windows world. Any and all thoughts, suggestions, clue-sticks are welcome. TIA, Rod -- From dana.jacobsen at gmail.com Sat May 12 18:09:56 2018 From: dana.jacobsen at gmail.com (Dana Jacobsen) Date: Sat, 12 May 2018 18:09:56 -0700 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server In-Reply-To: References: Message-ID: Strawberry Perl is super simple to install on Windows using one of the msi files. It includes a lot of packages. For me, adding more has been as simple as using 'cpan install' from the command line. It even includes a fully functional C compiler and infrastructure so no problems installing XS modules (thank goodness). Dana On Sat, May 12, 2018, 17:17 Roderick Anderson wrote: > > Many years ago I built some scripts for a local ISP. They ran for many > years despite it being on Windows systems. > > They lost a server and are rebuilding it from scratch. Problem is they > want a free-ish distribution. > > I'm thinking Strawberry Perl but haven't followed the Perl world much > lately. > > I did find an article by brian d foy in 2011. The only thing not > covered how admin friendly it is. > > How easy or complex is it to install. How about adding modules. I will > probably be the one doing that and I am really out of touch with the > Windows world. > > Any and all thoughts, suggestions, clue-sticks are welcome. > > > TIA, > Rod > -- > _______________________________________________ > Pdx-pm-list mailing list > Pdx-pm-list at pm.org > http://mail.pm.org/mailman/listinfo/pdx-pm-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From raanders42 at gmail.com Sat May 12 21:29:45 2018 From: raanders42 at gmail.com (Roderick Anderson) Date: Sat, 12 May 2018 21:29:45 -0700 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server In-Reply-To: References: Message-ID: <1f8d9052-ba19-cbdd-b311-c46240d5992a@gmail.com> Thanks Dana. This helps a lot. I remember using PPM for many packages especially those that used XS modules. Because ... no compiler so couldn't use cpan. \\||/ Rod -- On 05/12/2018 06:09 PM, Dana Jacobsen wrote: > Strawberry Perl is super simple to install on Windows using one of the > msi files.? It includes a lot of packages.? For me, adding more has been > as simple as using 'cpan install' from the command line. > > It even includes a fully functional C compiler and infrastructure so no > problems installing XS modules (thank goodness). > > Dana > > On Sat, May 12, 2018, 17:17 Roderick Anderson > wrote: > > > Many years ago I built some scripts for a local ISP.? They ran for many > years despite it being on Windows systems. > > They lost a server and are rebuilding it from scratch.? Problem is they > want a free-ish distribution. > > ? ?I'm thinking Strawberry Perl but haven't followed the Perl world > much > lately. > > I did find an article by brian d foy in 2011.? The only thing not > covered how admin friendly it is. > > How easy or complex is it to install.? How about adding modules.? I > will > probably be the one doing that and I am really out of touch with the > Windows world. > > Any and all thoughts, suggestions, clue-sticks are welcome. > > > TIA, > Rod > -- > _______________________________________________ > Pdx-pm-list mailing list > Pdx-pm-list at pm.org > http://mail.pm.org/mailman/listinfo/pdx-pm-list > From shlomif at shlomifish.org Sat May 12 21:10:18 2018 From: shlomif at shlomifish.org (Shlomi Fish) Date: Sun, 13 May 2018 07:10:18 +0300 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server In-Reply-To: References: Message-ID: <20180513071018.05546126@telaviv1.shlomifish.org> On Sat, 12 May 2018 18:09:56 -0700 Dana Jacobsen wrote: > Strawberry Perl is super simple to install on Windows using one of the msi > files. It includes a lot of packages. For me, adding more has been as > simple as using 'cpan install' from the command line. > > It even includes a fully functional C compiler and infrastructure so no > problems installing XS modules (thank goodness). > I can also recommend Strawberry Perl. You may also find https://chocolatey.org/ and https://chocolatey.org/packages/StrawberryPerl useful. Note that we maintain a page with resources here: http://perl-begin.org/platforms/windows/ . Regards, -- Shlomi > Dana > > On Sat, May 12, 2018, 17:17 Roderick Anderson wrote: > > > > > Many years ago I built some scripts for a local ISP. They ran for many > > years despite it being on Windows systems. > > > > They lost a server and are rebuilding it from scratch. Problem is they > > want a free-ish distribution. > > > > I'm thinking Strawberry Perl but haven't followed the Perl world much > > lately. > > > > I did find an article by brian d foy in 2011. The only thing not > > covered how admin friendly it is. > > > > How easy or complex is it to install. How about adding modules. I will > > probably be the one doing that and I am really out of touch with the > > Windows world. > > > > Any and all thoughts, suggestions, clue-sticks are welcome. > > > > > > TIA, > > Rod > > -- > > _______________________________________________ > > Pdx-pm-list mailing list > > Pdx-pm-list at pm.org > > http://mail.pm.org/mailman/listinfo/pdx-pm-list > > -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/bits/facts/Emma-Watson/ Only three things are infinite: the universe, human stupidity, and the amount of patience that Windows Update requires. ? http://www.shlomifish.org/humour/bits/facts/Windows-Update/ Please reply to list if it's a mailing list post - http://shlom.in/reply . From raanders42 at gmail.com Sun May 13 07:54:40 2018 From: raanders42 at gmail.com (Roderick Anderson) Date: Sun, 13 May 2018 07:54:40 -0700 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server In-Reply-To: <20180513071018.05546126@telaviv1.shlomifish.org> References: <20180513071018.05546126@telaviv1.shlomifish.org> Message-ID: Thank you Shlomi. The links will help a lot. Me and the system admin I'm trying to help. :-) \\||/ Rod -- On 05/12/2018 09:10 PM, Shlomi Fish wrote: > On Sat, 12 May 2018 18:09:56 -0700 > Dana Jacobsen wrote: > >> Strawberry Perl is super simple to install on Windows using one of the msi >> files. It includes a lot of packages. For me, adding more has been as >> simple as using 'cpan install' from the command line. >> >> It even includes a fully functional C compiler and infrastructure so no >> problems installing XS modules (thank goodness). >> > > I can also recommend Strawberry Perl. You may also find https://chocolatey.org/ > and https://chocolatey.org/packages/StrawberryPerl useful. Note that we > maintain a page with resources here: http://perl-begin.org/platforms/windows/ . > > Regards, > > -- Shlomi > > >> Dana >> >> On Sat, May 12, 2018, 17:17 Roderick Anderson wrote: >> >>> >>> Many years ago I built some scripts for a local ISP. They ran for many >>> years despite it being on Windows systems. >>> >>> They lost a server and are rebuilding it from scratch. Problem is they >>> want a free-ish distribution. >>> >>> I'm thinking Strawberry Perl but haven't followed the Perl world much >>> lately. >>> >>> I did find an article by brian d foy in 2011. The only thing not >>> covered how admin friendly it is. >>> >>> How easy or complex is it to install. How about adding modules. I will >>> probably be the one doing that and I am really out of touch with the >>> Windows world. >>> >>> Any and all thoughts, suggestions, clue-sticks are welcome. >>> >>> >>> TIA, >>> Rod >>> -- >>> _______________________________________________ >>> Pdx-pm-list mailing list >>> Pdx-pm-list at pm.org >>> http://mail.pm.org/mailman/listinfo/pdx-pm-list >>> > > > From shlomif at shlomifish.org Sun May 13 09:03:53 2018 From: shlomif at shlomifish.org (Shlomi Fish) Date: Sun, 13 May 2018 19:03:53 +0300 Subject: [Pdx-pm] Recommendations: Perl for Windows 2008 R2 server In-Reply-To: References: <20180513071018.05546126@telaviv1.shlomifish.org> Message-ID: <20180513190353.0c7a8446@telaviv1.shlomifish.org> On Sun, 13 May 2018 07:54:40 -0700 Roderick Anderson wrote: > Thank you Shlomi. The links will help a lot. > You are welcome. > Me and the system admin I'm trying to help. :-) > > > \\||/ > Rod -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ https://github.com/shlomif/PySolFC - open source Solitaire games God gave us two eyes and ten fingers so we will type five times as much as we read. ? http://www.shlomifish.org/humour.html Please reply to list if it's a mailing list post - http://shlom.in/reply .