Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: open() function in perl doesn't return anything to  (Read 4063 times)

0 Members and 1 Guest are viewing this topic.

reet

  • Guest
open() function in perl doesn't return anything to
« on: July 07, 2005, 01:21:29 PM »
hi there,
i used an open() function in perl to read the ouput of a pipeline to filehandle. the script is:
open(AVR,"cd ~/avrora1/avrora/bin java avrora.Main ~/perlp/check/od |");
But nothing is passed to AVR.
I am so confused. Can anyone help?

thanks