Open prehensilecode opened 7 years ago
Using Perl 5.24.1.
Doing just "autoadapt.pl" with no arguments to print help message. Get this error and autoadapt.pl exits:
Experimental keys on scalar is now forbidden at ./autoadapt.pl line 523.
After fixing it by adding "%" at the proper position, get:
Experimental keys on scalar is now forbidden at ./autoadapt.pl line 534.
I don't really know Perl, and I think the "%" is the fix from reading this: http://stackoverflow.com/a/29614053
Using Perl 5.24.1.
Doing just "autoadapt.pl" with no arguments to print help message. Get this error and autoadapt.pl exits:
Experimental keys on scalar is now forbidden at ./autoadapt.pl line 523.
After fixing it by adding "%" at the proper position, get:
Experimental keys on scalar is now forbidden at ./autoadapt.pl line 534.
I don't really know Perl, and I think the "%" is the fix from reading this: http://stackoverflow.com/a/29614053