in reply to Re: Scope of thread variable
in thread Scope of thread variable
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>