[Perl-unix-users] Re: 1) To increase TIMEOUT of DBI->connect function 2) perl on iis ??

2000-11-22 Thread Bryan Bateman
Let me get this straight. How many network hops are the two machines apart? Server->gateway->router->router->router->gateway->server ? or more Are you pumping this back and forth in clear text? You are not using message ques? If the answer to all these questions is yes then

[Perl-unix-users] perlcc -- use of labels.

2000-11-22 Thread SUCHIT REIKHY
Hello I have a perl script in which i have made use of labels and GOTO. The script works all right in its own. But, when i use perlcc to generate a C executable and then run that binary, i get errors saying that missing LABEL. I looked into the C code that was generated by perlcc and it does co

[Perl-unix-users] Re: MQ install prob on AIX

2000-11-22 Thread Hirosi Taguti
I realized that undefined symbol: .MQSET means just "MQSET" not ".MQSET". (Why "." is prefixed?) And I succeeded by changing Makefile in ../MQClient & ../MQServer from EXTRALIBS = -L/usr/lpp/mqm/lib -lmqmcs -lmqmzse LDLOADLIBS = -L/usr/lpp/mqm/lib -lmqmcs -lmqmzse to EXTRALIBS = -L/usr/lpp/mqm/li

[Perl-unix-users] Multiple Processes

2000-11-22 Thread Barber, Brandon
Folks,   I need some help with process forking on Solaris. What I'm trying to do is as follows:       I have 60+ directories which I need to copy. Each directory has a different destination and so it is impossible to do the copy with a single command i.e. I must have one copy statement per