fork() function in perl - a beginner's question

2004-07-15 Thread gowthaman ramasamy
Hello list, Could any one tell me a nice tutorial to learn about fork()ing in perl. I want to accomplish following task with fork function. But i am not sure this can be done with fork()? I have a lengthy Perl script running on a 4 processor machine. At one point of time i have to execute four sh

problem with installing DBD::mysql module

2005-01-23 Thread gowthaman ramasamy
Dear list, I have a problem with installing DBD::mysql module. I could install DBI successfully, but not the driver for mysql. Initially i was not able to find the "mysql_config" file. But when i set bin dir into path it worked. But when i make it exits with error 1. can anyone help me to get out

problem with instalaion of DBD::mysql

2005-02-27 Thread gowthaman ramasamy
Dear list, i have a problem installing DBD::mysql module. My built is FC3 on a P4 machine. i installed mysql database via Mysql-serever-5.1.10-0.i386.rpm also via a binary version of mysql-standard-4.1.10-pc-linux-gnu-i686. both the mysql servers are fine. And i could install DBI modules thru CPAN.