Um, I'm on linux, but I'm trying to do something similar in perl, since I have a bunch of pattern matching to do that isn't in the problem example.

Problem with narrowing down a problem is that I throw out other reasons why things were done a certain way, I see it with others "answering"sic people's questions too -- instead of answering the problem, the try to tell the person they should do it a different way -- which is fine in some cases, but about 1/3 the time (or most the time w/my questions), it's because something I'm trying in a larger program isn't working and I've tried to isolate a smaller test case.

I'm assume anyone who has tried to run it gets the same result, so it's not just my version of perl. So it's just something weird I'm just not seeing that I'll probably feel real dumb for doing once it's out in the open, but for now, I'd like to find my mistake...


In reply to Re^2: Braino - why is this not working? by perl-diddler
in thread Braino - why is this not working? by perl-diddler

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.