Since the removal of the OP to which Corion directed the reply aboves leave the reply without context, what follows is apparently the original SOPW (p tags closed, even tho not required by w3c) to follow PM guidance:

Hello,

I am a beginner in perl and need a program to identify the sequence present in between 2 given co-ordinates.

For example consider a sequence "ACGTGACGACCAGATTACCACGCTATCGACG" (i.e the data we have about a whole genome of an organism) we have to input the seq using STDIN, later should ask for the co-ordinates (here consider we enter 5 - 8, the output should be GACG) and should also print how many times it is repeated in entire genome and should also tell whether the sequence is a gene or any regulatory element.

so please provide me the code as early as possible.


In reply to Re^2: Need a code by ww
in thread Need a code by Pratyusha Reddy

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.