Re: autodie???

2016-11-21 Thread Luca Ferrari
On Mon, Nov 21, 2016 at 4:21 AM, ToddAndMargo wrote: > What does perl-autodie do (RHEL 7)? Here it is well explained: . Luca

Re: autodie???

2016-11-20 Thread Brandon Allbery
On Mon, Nov 21, 2016 at 12:06 AM, ToddAndMargo wrote: > My concern is that it will affect the operation of perl 5 It's a pragma that has to be explicitly enabled (`use autodie; ...`). It won't change the default behavior. -- brandon s allbery kf8nh

Re: autodie???

2016-11-20 Thread ToddAndMargo
On 11/20/2016 07:26 PM, Brandon Allbery wrote: On Sun, Nov 20, 2016 at 10:21 PM, ToddAndMargo wrote: What does perl-autodie do (RHEL 7)?

Re: autodie???

2016-11-20 Thread Brandon Allbery
On Sun, Nov 20, 2016 at 10:21 PM, ToddAndMargo wrote: > What does perl-autodie do (RHEL 7)? > > yum install perl-autodie > > And why is it necessary to get Perl 6 to work? > It's normally part of a Perl install, but RH loves to break Perl by installing only about half of