"Thank you so much."

You're welcome.

"Can i store the position value in another variable like this? my $index1=($index+=1); my $index2=($index+=2);"

You need to try this yourself! If you make mistakes, that's great: you'll learn something and, hopefully, won't make those mistakes again. I've provided you with specific documentation for those operators as well as more general documentation for all operators: please read it. hdb (in Re: is $i=+3 valid?) has recommended you experiment and has even provided sample code: heed his advice.

If, after trying this for yourself, you get stuck or don't understand some aspect of what's going on, then come back and ask. However, before asking, ensure you have read "How do I post a question effectively?" and that your post follows its guidelines.

Furthermore, I recommend you go over your previous posts (that's seven threads) and read the advice given. There's a distinct trend of: help being asked for; help being given; help being ignored; same help being asked for again; frustrated monks pointing you back to help that was given only a day or two before.

We're happy to help if you show some effort yourself.

-- Ken


In reply to Re^3: is $i=+3 valid? by kcott
in thread is $i=+3 valid? by rocketperl

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.