The script I wrote for UNIX uses Net::FTP and still works to this day on all of our UNIX platforms. When converted for Windows the script, as expected, finds 3 files for transfer. After the first file has been transferred there is no response from the target server and the script just seems to terminate/disappear at this point. Obviously after transferring a file a check is performed on the returnval variable to see if it worked. I have placed a print of the returnval immediately after the FTP and before the returnval is tested. This print is not actioned leading me to believe that the returnval is not being returned to the initiating script. I'm guessing that there is some issue with the setup of FTP on the servers rather than there being an issue with my script.

In reply to Re^2: Can return be used between platforms by Ronnie
in thread Can return be used between platforms by Ronnie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.