Re: make utility

2002-01-19 Thread David Young
Andrew, If the modules you're wanting to install only use make as a control mechanism (rather than part of a 'real' compilation), try 'dmake'. It's a GNU licenced reimplementation of Unix make, with binaries avbl for win32. Can't remember where I got it from, but the following page is a good st

Re: packaging a script for a client app

2002-01-19 Thread Jan Dubois
On Sat, 19 Jan 2002 11:43:31 -0800, "Vitaly Kupisk" <[EMAIL PROTECTED]> wrote: >Hi, I have a little script that uses a bunch of LWP, HTTP, etc. modules that >I would to package up to give to someone who'll be calling it from his app >(in Visual basic) and distributing the app to a bunch of client

Re: Hiding DOS console

2002-01-19 Thread Jan Dubois
On Sat, 19 Jan 2002 12:29:13 -0300, "A. Santillan Iturres" <[EMAIL PROTECTED]> wrote: >Jenda, ok, it is possible to hide the dos console using wperl instead of >perl, >but if you compiled the perl script with perl2exe, how can you still >decide to use wperl instead of perl? >The whole idea is hav