Hey Guys, thanks for the replies!!

Awesome, you guys gave me lots to think about, thanks alot!

I do like the idea though of a single, stand-alone executable that the user will just be able to run without
needing all those packages installed on their PC...

Also, yes, I do have a windows machine that I have access to. I have a Windows XP 32-bit Virtual machine that I
use from time to time for certain things like this. So that's not a problem. That "Cava Packager" sounds pretty
cool. Maybe I'll give that a shot first and see if I can get that working.


Also, maybe you guys would know the answer to this. I was trying to test my script I have so far on my Windows XP
Virtual Machine I was telling you about. I have Cygwin and Perl installed. But when trying to execute either "cpan"
or "ppm" it doesn't work, I get the command not recognized error when I try to run them. I tried executing the
command "set PATH=%PATH%;C:/cygwin/bin" and then tried running either of those commands again and I end up with
the same error.

Any ides why this would be not working with this? It's been quite a while since I installed Perl and Cygwin so I don't exactly
remember where I installed Perl from, for example I don't remember if it was ActivePerl or what not...

I know cpan is in that directory but I didn't see "ppm" in there. If I run "dir C:\cygwin\bin | find /I 'cpan' "
08/28/2010 04:52 PM 11,831 cpan 08/28/2010 04:44 PM 22,409 cpan2dist 08/29/2010 06:13 AM 3,029 cpaninject 08/28/2010 04:44 PM 3,398 cpanp 08/28/2010 04:44 PM 536 cpanp-run-perl 08/28/2010 04:51 PM 2,048 cpansign 08/28/2010 04:52 PM 9,742 cpantest

Thanks again guys for the info on what I need installed, much appreciated!
I'll give a couple a shot and post back with whichever one I use...


Thanks Again,
Matt


In reply to Re: Perl Gtk2 for Windows by mmartin
in thread Perl Gtk2 for Windows by mmartin

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.