Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nitindn

    Interesting, Text got attached in middle of the command

    Hi All, My problem is, Sometimes Suddenly next line command Text appears in previous line syntax and hence failing the Routine Job which is called by Job control. this is the commands in order to execute in the Routine: vCatCommand = "cat ":pDSDir:pProjectDir:pCTagOutDir:"SCS_append1...
  2. nitindn

    Taking Extra Time to create STDOUT

    Hi, I am using the Perl 5.8.0 (Build 804) on Windows 2000 OS...I am facing a very weird problem.. I am using the Win32::Process::Create for creating a process to extract the Jar information from a file using jar.exe which is kept in the JAVA_HOME\bin directory.. The code used to do is...
  3. nitindn

    Problem with DynaLoader.pm

    Hi, I have Perl version 5.8.0 and ActiveState Perl Debugger of version 1.0.. Now I have a perl script in which I am calling a perl module...The script executes properly when not run in debug mode....but when i use the activestate debugger, it goes and hangs in the DynaLoader.pm...?? Can anyone...
  4. nitindn

    Out Of Memory

    Hi, I am running a perl script to generate some XML file . During the execution of the script , I am using some large arrays. But I am getting an Error "Out Of Memory" . How can I come to know as to which statement in the script caused this error. I am using perl 5.005 on windows 2000...
  5. nitindn

    NDC/MDC in log4j

    I am working in a project where for an EJB environment for logging the messages we are using Log4j. Here we are using nested diagnostics contexts (NDC)/MDC to differentiate logging requests from different clients. The control flow in my application is as follows :- Servlet1 --> Servlet2 --> EJB...
  6. nitindn

    Perl threads through System command

    I am a little bit confused .. I am using the ithread feature of perl 5.8.0. I have a perl script in which through the threading feature, I have spawned a new thread. In this new thread, through the perl 'system' command, I am invoking another script. Now if the main thread exits, the new perl...

Part and Inventory Search

Back
Top