I am running AS 5.10.1 on Windows XP SP3 and attempting to use sFTP within my processing communicating to MVS/IBM.
What I am trying to do is to do so many gets, then undef the variable and re-login and to continue on to end of processing. I did this with the FTP processing and never had any problems. What I am seeing is when I do the above and go through the login/undef say three times, it has the remote processes all still open. If I run through 5 times, then I have five processes open. But if I close the script completely, then all the processes quit as expected. How would I go about figuring out what is missing in making these processes quit naturally through the above process ( per the doc, using the undefined or going out of scope is the equivalent of quit under FTP). I have even tried disconnect along with the undefined and this does nothing differently. I am using 'my variables', strict, warnings, etc, but uncertain how to figure out what is happening... Thoughts?? If you have any questions and/or problems, please let me know. Thanks. Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/