Help for this page

Select Code to Download


  1. 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.
    
  2. 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.
    
  3. 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.