in reply to Re^2: 255: perl compilation error code and ssh cannot connect code
in thread 255: perl compilation error code and ssh cannot connect code
Hi i5513,
But I did not realized about END code should go before the end of the script
The idea is Perl needs to see the END block before it hits the error, otherwise it doesn't get queued for execution. So it's best to put the END block as early as possible. See also BEGIN, UNITCHECK, CHECK, INIT and END.
Hope this helps,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: 255: perl compilation error code and ssh cannot connect code
by i5513 (Pilgrim) on Nov 02, 2016 at 09:09 UTC |