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
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
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
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, ">", "