... but global values assigned to, prior to spawning a thread that also references that same global, will retain a value. But that value may not be usable.
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
So, what If I have below statements one declared in the beginning is same as when starting up threads?
<code>
use SPFtp qw(/^\$/);
use SPFtp qw (Connect Login PrepareLsFtpList deleteFile GetFile GetFileSize Logout GetMessage CheckConnection);
<code>