Well, all I got were error messages!!! I have Perl 5.6.1 on an SGI...Not pretty at all...

On the windoze box, I got a bunch of Object code [0;30m. ... [0;36m. then an error "Can't locate object method "qaa" via package "my($k,$i ...'

UPDATE:

Error Messages On the SGI:

Number found where operator expected at (eval 1) line 1, near "y($k,$i,$j,$r,$x,$y);for$y(-15..14)(for$x(0..79){print"\e[",$k&15>7?1:0,";3"

String found where operator expected at (eval 1) line 1, near "3",$k%7,""

<---><--->(missing operator before ",$k%7,"?)

Number found where operator expected at (eval 1) line 1, near "",$k%7,"0"

<---><--->(missing operator before 0?)

Backslash found where operator expected at (eval 1) line 1, near "0\"

<---><--->(missing operator before \?)

Bareword found where operator expected at (eval 1) line 1, near "236a"

<---><--->(missing operator before a?)

Thank you for any HELP you can provide, as I have NO clue where these items came from...

I really would like to see this run, as I have a Unix shell window set to the correct dimensions with the black background.

Cheers!

UPDATE 2: Copied these to my Linux platform, Fedora Core 6, and it ran correctly, although, as advertised, you need a dark color background and a 80x31 terminal to appreciate it!

Thanks, Anno Monk...whoever you are, cool display...Cheers! :-D

ki6jux

"No trees were harmed in the creation of this node. However, a rather large number of electrons were somewhat inconvenienced."


In reply to Re: Mandelbrot set by pmonk4ever
in thread Mandelbrot set by Anonymous Monk

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.