Sébastien Blondeel
Sébastien Blondeel
Hello, Given the following script, which I tried to keep minimal: ```perl #! /usr/bin/perl use strict; use warnings; use Log::Log4perl qw(get_logger); use English; use File::Slurp qw( write_file ); my $USER...
While migrating from an old system I had to add utf8::upgrade($line) after each $line = type code snippet. **Module: utf8** **Description** If a scalar $var is undef utf8::upgrade($var) should not...
To compile old versions of CryptX I need to patch the Makefile produced by Makefile.PL as follows: ```bash perl -i -pe 's{^AR =.*}{AR = ar -X64}; s{^FULL_AR =.*}{FULL_AR = /usr/bin/ar...