...please respond to...

I know we've told you before that's not how this site works. Responding in private to questions posted publicly has the following problems:

Next: Please read Writeup Formatting Tips and fix the formatting of your post. While you're at it, consider that we don't necessarily have the benefit of knowing what you're thinking. We only know what you have written, and what you wrote is neither clear enough nor complete enough for us to have a complete and clear picture of the problem we're trying to solve.

Often it helps to include sample code, sample input, expected output, and sample error messages. When a given post doesn't deal with Perl code, you should do a sanity-check before posting to verify that it is, indeed, a Perl question. Non-Perl questions are generally off-topic here. The fact that you think the solution may include writing a Perl script doesn't turn it into a Perl question until you actually involve Perl.

Finally, if you're having trouble moving files at the OS/shell level, why would it be easier for Perl to do so? If mv fails for you for permissions issues, you lack the permissions necessary to mv the file, and that doesn't change when a Perl script runs in your behalf. You may need to run under elevated privileges, or you might need to contact your server's administrator, because certainly that person is in a better position to help you resolve issues regarding file permissions.


Dave


In reply to Re: transfurring a file out of a server into a linux OS by davido
in thread transfurring a file out of a server into a linux OS by grumpyoldphuker

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.