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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by misterius

  1. misterius

    Perl in command line

    Finally I solved it. It is combination of open and then only print. I tried it before, but it did not work, I do not know, where the mistake was. open(AAA, "| orders params"); print AAA 'nextorder'; close(AAA);
  2. misterius

    Perl in command line

    Thanks a lot, PaulTEG, but I am totally beginner in Perl and Linux too and I do not see the answer in the link you attached. I am confused, there is a lot of text and my english is poor :-( Is there some simple way how to tell to perl, that my order is not new command on bash, but that I want...
  3. misterius

    Perl in command line

    Hi, I need execute two commands in command line from running script, but the first is on command line and the second is response to request from server. How can I do it? My not working example: open(ORDER, "<some order> -param1 -param2 -user usrname... |") or die; #it works, it calls...

Part and Inventory Search

Back
Top