G'day RobK,

Welcome to the Monastery.

With regard to your earlier post:

"... but I'll try to spare you newbie's own mistakes ..."

I upvoted that because you're new here and, on the face of it, that apparently seemed like a reasonable course of action; however, you're clearly not across our general philosophy.

Learning from mistakes — whether those you or others have made — is entirely valid; in many cases, it's more useful than learning from successes. See "How do I change/delete my post?" for a more in-depth discussion on that.

So please, post both the code that does, and doesn't, work; and include all messages (warnings, errors, and so on). Provide an explanation for the faulty code (or request such if you can't explain it). Future readers will appreciate your input.

As a final note, it's generally useful to advise of your operating system and the version of Perl in use. For the most part, Perl is backwardly compatible; however, you may get messages which in some versions indicate that 'some_functon' is experimental — in later versions that message may disappear or be upgraded from "experimental" to "deprecated". In a number of cases, knowing your Perl version helps us to better help you.

— Ken


In reply to Re: best FTP by kcott
in thread best FTP by RobK

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.