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 Chriss Miller 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. shiufai

    Installing perl module involving dynamic loader

    I am having a little trouble installing a perl module without root/superuser access. I do not have much knowledge about the code of the module, but I do know that the module uses a dynamic loader and I am getting errors from it. So I wonder if this is a common/easily-solvable problem. Here is...
  2. shiufai

    Manipulating another program in Perl

    hmmm great! I think the backtcik trick temporarily solved my problem. Though maybe still not the best to call the bew version script everytime inside a while loop... Using it for now to implement the rest of the system first. Thanks for all the help!
  3. shiufai

    Manipulating another program in Perl

    still stuck... ARG! I will try to define my problem better with some non-working script that I wrote: I have two programs (old version and new version) that pretty much do the same thing but output in different formats. When called from shell, the user would be prompted for input. Let's say he...
  4. shiufai

    Manipulating another program in Perl

    I think I understand what you mean now. Am I dealing with a threading problem here? I want the new version of the script to read from STDIN (or another source of input) and at the same time have the previous version of the program open (which would also read from STDIN or the same source of...
  5. shiufai

    Manipulating another program in Perl

    For now, I am just trying to mimic what the previous program was capable to do so to be sure the new intermediate script can be used by the original system. And therefore I mentioned the user input part. but ultimately, the script is used internally in which the system will pass strings into...
  6. shiufai

    Manipulating another program in Perl

    I am given a program in which when it is called, the user can type on the shell and some formatted text would be ouput by the program to the shell. My task is to build an 'intermediate' script that can call the forementioned program, allow the user to type on the shell, read the program's...

Part and Inventory Search

Back
Top