http://www.perlmonks.org?node_id=804847

gopalr has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

We can use File::Copy::Recursive module to upload directory.

Let me know how we upload recursive directory without using module.

Thanks!!
Gopal

Replies are listed 'Best First'.
Re: Upload Recursive Directory
by BrowserUk (Patriarch) on Nov 04, 2009 at 05:42 UTC

    By copying the appropriate part of this file (with attribution), into your own code?


    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.
Re: Upload Recursive Directory
by Anonymous Monk on Nov 04, 2009 at 08:42 UTC
Re: Upload Recursive Directory
by ikegami (Patriarch) on Nov 04, 2009 at 06:17 UTC

    What problem do you have with the module?