- or download this
$ perl -Mstrict -E '
while (KNOWN_HOSTS) {
...
'
Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
+ne 6.
Execution of -e aborted due to compilation errors.
- or download this
$ perl -Mstrict -E '
while (KNOWN_HOSTS) {
...
'
Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
+ne 6.
Execution of -e aborted due to compilation errors.
- or download this
$ perl -Mstrict -E '
while (KNOWN_HOSTS) {
...
'
Bareword "KNOWN_HOSTS" not allowed while "strict subs" in use at -e li
+ne 8.
Execution of -e aborted due to compilation errors.