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
[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
[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
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
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 (
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