strange issue while using DBI module

2008-08-13 Thread Debraj
Hi The script ( mentioned below ) works fine if I do a setenv LD_LIBRARY_PATH /OracleProd/oracle9i/lib/ before executing the script. But if I don't do that instead put it within the script like : $ENV{'LD_LIBRARY_PATH'} = "/OracleProd/oracle9i/lib"; it throws this error : DBI version is -->

Modifying the string entered

2003-02-05 Thread debraj bhattacharyya
Hi I am facing a problem .In one script ,it asks the user to enter a filename ,where the whole path can also be entered.For Example : Enter the FILENAME : /usr/bin/xyz.sql My question is how to separate the directory path from the filename ,store it in different variables and then go to that p

Re: running a perl script in an other one ?

2002-11-15 Thread debraj bhattacharyya
hi You can definitely connect two perl scripts.One example is passing the scriptname of one program as argument to the second one.But the same thing can be very easily done with the help of functions as in modular programming. do get back if i am not clear thanx raj __

Re: code ref and objects

2002-11-14 Thread debraj bhattacharyya
Hi Can u do the following change Use local instead of my my is defined only within its scope.i.e subfunction..it is not recognised elsewhere. c if it works thanx - Sify Mail - now with Anti-virus protection powered by Trend Micro, USA. Know mor