Re: ActiveState unauthorized license claims?

2019-05-31 Thread Michael Putch
On Fri, May 31, 2019 at 12:44 PM wrote: > > I would suggest posting this to the Perl 5 Porters list; it’s probably > > the best venue to get an answer to your question. > > > > https://lists.perl.org/list/perl5-porters.html > > Thanks for the hint although the description "people interested in Pe

Re: How to create a user manual window

2012-06-12 Thread Michael Putch
I hate when I do that. :(This email contains my actual comments (see below). On Tue, Jun 12, 2012 at 9:50 AM, Bob McConnell wrote: > > From: Paul Johnson > > > > On Tue, Jun 12, 2012 at 07:11:57PM +0300, Shlomi Fish wrote: > > > > > OK. For Windows there is now http://dwimperl.com/ which

Re: How to create a user manual window

2012-06-12 Thread Michael Putch
On Tue, Jun 12, 2012 at 9:50 AM, Bob McConnell wrote: > > From: Paul Johnson > > > > On Tue, Jun 12, 2012 at 07:11:57PM +0300, Shlomi Fish wrote: > > > > > OK. For Windows there is now http://dwimperl.com/ which is open-source > > and is > > > considered better than Activestate Perl. > > > > [cit

Re: Why do I get a warning?

2012-03-22 Thread Michael Putch
On 3/22/2012 3:47 PM, Manfred Lotz wrote: Hi all, If I run the following small test snippet <--snip> #! /usr/bin/perl use strict; use warnings; use autodie; open my $hdl, ">", "fileio1.txt"; print $hdl "a line\n"; close $hdl; open HDL, ">", "