in reply to Re: Black Perl updated for Perl 5
in thread Black Perl updated for Perl 5
Not without the -X flag it doesn't:
Hash %window missing the % in argument 1 of each() at black.pl line 1. Hash %watches missing the % in argument 1 of each() at black.pl line 3 +. Array @them missing the @ in argument 1 of pop() at black.pl line 5. Array @moralities missing the @ in argument 1 of shift() at black.pl l +ine 8. Hash %aside missing the % in argument 1 of values() at black.pl line 9 +. Hash %one missing the % in argument 1 of each() at black.pl line 9. Hash %sacrifice missing the % in argument 1 of each() at black.pl line + 13. Use of "do" to call subroutines is deprecated at black.pl line 15. Use of "do" to call subroutines is deprecated at black.pl line 16.
With -X it does compile fine though:
# perl -X -c black.pl black.pl syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Black Perl updated for Perl 5
by Anonymous Monk on Jul 27, 2016 at 02:20 UTC |