"I have edited the question for the same!"
Do not just edit your question without showing very clearly what you've changed:
it often means that answers to your original post no longer make sense.
You can do this in a number of ways:
-
For a small change within a sentence:
<del>old text</del><ins>new text</ins>.
-
To remove a large amount of text, code, or data:
add an Update comment explaining what you're doing, then
<strike>... part to remove ...</strike>.
-
To add new content:
use an Update comment explaining what you're doing, then add the new content.
-
To change a large amount of text, code, or data:
add an Update comment explaining what you're doing, then
<strike>...</strike> (as per the
lastearlier point);
then add replacement text, code, or data.
-
If you're striking out significant sections of your post,
and the result ends up difficult to read,
consider putting those parts inside
<spoiler>...</spoiler> or <readmore>...</readmore> tags;
however, ensure the Update comment is visible.
Never just delete some, or all, of your post!
See "How do I change/delete my post?" for details and further discussion.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.