I would be greatful if any body can support with code.

Heh... I think we've all got a few projects we'd like folks to support with code. :-) Unfortunately, we usually wind up having to do them ourselves.

I'd have to guess and say that you're going to be hard pressed to find people to write code to implement your concept, at least until you've already got a bunch written. But don't let that discourage you. If you're trying to learn Perl... as are we all... you'll find people here very helpful.

Start off with little tasks you can do successfully, and build from there. It's unlikely you'll be able to tackle your master project all at once, but by always trying things a little beyond your present skill level, you get better fast. Read the perldocs in our fine Library, maybe work your way through the book Learning Perl. If you're not sure where to find the information you're looking for, use the amazing Super Search. And if you get stuck, ask a question, either in the Chatterbox (which comes with instructions), or in Seekers of Perl Wisdom.

When you do post a question, be sure to explain the symptoms, not just the problem. The best mechanic in the world can't help you if all he knows is, "my car won't start", and programming's no different. Include the relevant code, enclosed in <code> tags, and the output, including error messages. And, of course, describe your objective clearly.

Oh yeah... and before someone else says it, use strict and the -w flag in your code. They'll save you trouble sooner or later.

Welcome to the monastery, and good luck with Perl.


In reply to Re: auto updater by Petruchio
in thread auto updater by srinuk

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.