[Perl-unix-users] Installing perl extension modules on computers without a C compiler

2001-03-08 Thread Lamb, Ronald F.
How do you install a perl module on a computer without a C compiler. The standard way to do this from the documentation is to do perl Makefile.PL make make install Unfortunately this doesn't work when I try to install on computers in our production environment, where no C

RE: [Perl-unix-users] newgrp

2001-03-08 Thread Thomas_M
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] wrote: > Here are some examples of a shortened script, the commands I > used and the results I got. The "%" separate the samples. > None of the samples when run, printed anything. As your error message implies, exec() terminates your perl script. Yo

RE: [Perl-unix-users] Where can i get pop3Client.pm

2001-03-08 Thread Thomas_M
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] failed to read the FAQ before writing: > Where can i get pop3Client.pm module software.?? Umm, CPAN? http://search.cpan.org/search?mode=module&query=pop3client -- Mark Thomas[EMAIL PROTECTED] Sr. Internet Architect User

[Perl-unix-users] Where can i get pop3Client.pm

2001-03-08 Thread kishu
Hi All, Where can i get pop3Client.pm module software.?? Thanks, -Kishore __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ Perl-Unix-Users mailing li

RE: [Perl-unix-users] newgrp

2001-03-08 Thread Charlie . Ruble
Here are some examples of a shortened script, the commands I used and the results I got. The "%" separate the samples. None of the samples when run, printed anything. OS = Solaris Perl = version 5.005_02 #!/usr/local/bin/perl -w while (

[Perl-unix-users] newgrp

2001-03-08 Thread Charlie . Ruble
I change between 2 primary groups in unix and I must be in the correct group when I run certain scripts. Therefore, I wanted to add a line like `newgrp dev`; When I add this and run it, it doesn't work for one and second it goes back to the prompt and you have to exit before you can do anything