I have a question about Perl. I have often heard that Perl is as powerfull as a programmer language like C++ and can do most operations and sometimes even better. I was wondering if anybody has ever written a graphical display interface showing drawed lines and objects and ability to query those objects in Perl. Because so far I don't have seen any graphical applications of Perl besides of the GUI module Tk which is something else.

Pieter

Sorry about the confusion. I did not mean GUI interface but a CAM interface like somebody so nicely said below. I want to make some simple CAM interface showing certain objects on the screen in the form of lines and pads. See example below :

# PKG 24 PKG 5SMX 0 -0.02 -0.03 0.02 0.03 CT OB -0.01 -0.03 I OS -0.02 -0.02 OS -0.02 0.03 OS 0.02 0.03 OS 0.02 -0.03 OS -0.01 -0.03 OE CE

The sample above would have to show an object which has a certain name and which existing out of a combination of lines. A closed polygon.


In reply to Did anybody every make a Graphic interface using Perl by juo

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.