Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

The best for Web applications on windows is, I think, the Cygwin's Perl. I was much impressed of how smooth the fork()ed loaded application works in FastCGI ( FCGI::Spawn, FCGI::ProcManager, etc. ) environment and, probably, the same should go here for cygwin's mod_perl against any other mod_perl.

But to write the desktop applications with WinForms, etc. my personal choice is the ActiveState's Perl. I find it easy with WxPerl to provide the compiled binary for the plain Windows user. ( WxPerl uses native forms for windows, same should go here about Tk and Gtk Perl bindings ). You may do desktop applications with Cygwin also, but this should require the ( Cygwin's ) X server on the client, which may appear troublesome for the end user and less efficient in terms of widgets performance.

To accomplish the both tasks between the times, you may install both of those perls beforehand, but be careful from their interference, the $PATH environment variable at first and at least: I use Cygwin's perl from Cygwin.BAT shell only.


In reply to Re: Which Win32 distribution of Perl should I use: ActiveState, Strawberry, or both? by petr999
in thread Which Win32 distribution of Perl should I use: ActiveState, Strawberry, or both? by Lady_Aleena

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found