On Mon, Dec 4, 2017 at 10:25 AM, Tobin C. Harding <m...@tobin.cc> wrote: > > > With the 'eval', no warning, it's fine. > > Why not use hex()?
> > > > foreach my $config_file (@config_files) { > > + $config_file =~ s/\R*//g; > > Is there some reason you don't use chomp()? Tobin, now you can see that I'm indeed a Perl newbie noob! :-) Will follow your suggestions.. indeed, feel free to go ahead with Perl-stuff that's more appropriate than my (very amateur) perl! thanks, Kaiwan. > thanks, > Tobin.