in reply to Re^2: 255: perl compilation error code and ssh cannot connect code (updated)
in thread 255: perl compilation error code and ssh cannot connect code
#!/usr/bin/env perl use warnings; use strict; END { $?=254 if defined $ENV{SSH_CONNECTION} and $? eq 255 } print $c;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: 255: perl compilation error code and ssh cannot connect code (updated)
by haukex (Archbishop) on Nov 02, 2016 at 13:42 UTC |