Re: compile

2007-08-02 Thread Ankit Mehrotra
hi, I tried doing it in the same fashion as is done on command prompt and it works. the command I gave for executing a perl script is : - /cygdrive/c/Perl/bin/perl.exe "prapulla rani" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/03/2007 12:05 PM To perl-win32-users@listserv.Acti

compile

2007-08-02 Thread prapulla rani
hi how to compile perl program in currentcygwin. please send me reply as early as possible ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: ActiveState releases ActivePerl 5.8.8.822

2007-08-02 Thread Foo JH
Hundreds of...I hope it's more updates than bug fixes...:P Btw, http://www.activestate.com/products/activeperl/ does not seem to render well on FireFox. It used to very well though. Jan Dubois wrote: > ActiveState is pleased to announce ActivePerl 5.8.8.822, a maintenance > release of the comple

ActiveState releases ActivePerl 5.8.8.822

2007-08-02 Thread Jan Dubois
ActiveState is pleased to announce ActivePerl 5.8.8.822, a maintenance release of the complete, ready-to-install Perl distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX. For detailed information or to download ActivePerl, see: http://www.activestate.com/products/activeperl/ ==

Re: Changing Group ID

2007-08-02 Thread Bill Luebkert
HOPE Bill wrote: > Hi, > I'm either not understanding (probable) or I cannot find how to change > the group membership of the current executable such that files created > by the process have the group ownership I need. > > setpgrp() doesn't seem to be it. > > Ideally, it would work on Windows

Changing Group ID

2007-08-02 Thread HOPE Bill
Hi, I'm either not understanding (probable) or I cannot find how to change the group membership of the current executable such that files created by the process have the group ownership I need. setpgrp() doesn't seem to be it. Ideally, it would work on Windows also. Unix is assumed. Can anyo