in reply to Re: Why GUI perl programs on Windows?
in thread Why GUI perl programs on Windows?

Writing a GUI without a designer is a PITA. So I elaborate a bit on the Visual Perl .NET part. I have successfully created two projects that use this product. It's quit nice. You can use the whole .NET class library from "perl scripts" (.NET exe binarys), but the syntax does not look very perlish. And you can write .NET components that can be used from other .NET languages.

That makes using GUI and Perla piece of cake. You click your GUI together and put the logic in the Perl .dll's. The power of the .NET library and CPAN in one program.


holli, /regexed monk/

Replies are listed 'Best First'.
Re^3: Why GUI perl programs on Windows?
by Anonymous Monk on Sep 03, 2005 at 18:27 UTC

    "What you can do" does not equal to "what you should do". The most natural way of using .NET library is not through Perl. And if you choose to do so, you have chosen to follow not to lead. Things will always first be available through C# and polished, then Perl .NET started to take time and catch up.