Greeting Fellow Perl Aficionados,
Since day 1 all of my Perl requirements only involved text, especially since the majority of my scripts where run on Linux servers that did not even have x windows installed. Well, now I want to write a script for Windows machines which runs in a pretty window (oh the horror!). I've written a few scripts for Windows, and always just ran them in a DOS window. This would actually suit this script fine, but users are going to be executing it, and I don't want them to get turned off by the strange looking black box. I want to dazzle them with colors and flair. Well honestly, I just want to try something new (I get bored easily) and be given more control of the size of the box, colors, font, etc.
Anyway, I want it to be native to Perl (if that's possible) because I'm going to be converting it to a .exe using Active State's Perlapp from their
Perl Dev Kit , which I recommend if you need this sort of thing. So I don't think Tk or QT are options, which will probably be overkill anyway. A quick look at CPAN produces
Win32::GUI::XMLBuilder, which looks promising.
So, does anyone have any other recommendations or suggestions? Let's show them VB guys what Perl can do! They think there the only one's who can script in windows, oh if they only knew!
Cheers,
Dru
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.