1.

Solve : open() function in perl doesn't return anything to?

Answer» 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


Discussion

No Comment Found