As CountZero mention, a "normal" split would be done if the value of a stock is considered "too high" by whatever definition some analyst considers is right.

However, there's such a thing as a "reverse split", where multiple shares are combined into 1. This happens for instance when the value of the share drops below 1 US$. If that happens, you cannot have a listing on NASDAQ anymore, so then they combine e.g. 10 shares into one to raise the price from .5 dollar to 5 dollar. Of course, a reverse split indicates severe problems for the company. So this rarely only happens once, usually it happens one or more times after that, before the company either folds or is taken over by another company.

So a more accurate description (wishful thinking) would be:

foreach $crash (@windows){ reverse split /stock/, $microsoft; } exit $microsoft;

Liz


In reply to Re: Winblowz by liz
in thread Winblowz by jjhayes84

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.