in reply to Re^3: RFC: Net::SNTP::Client v1
in thread RFC: Net::SNTP::Client v1
Hello Monk::Thomas,
Thank you again for your time and effort reviewing my code.
I can not understand why you recommend read
, I am not reading or writing to a file. I am using TRUE or FALSE to determine if the output of the subroutine.In further analysis, I am using the TRUE and FALSE in order to test for example if the port number is correct, which will result e.g. that the port is ok or maybe is not ok. Then based on the return (TRUE or FALSE) I have an if condition that will return $error if and only if the return from the function was TRUE.
Please correct me if I have miss understood the way you are thinking of using read.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: RFC: Net::SNTP::Client v1
by Monk::Thomas (Friar) on Jul 02, 2015 at 14:36 UTC | |
by thanos1983 (Parson) on Jul 02, 2015 at 22:29 UTC | |
by Monk::Thomas (Friar) on Jul 03, 2015 at 08:09 UTC |