>
> Does the same concern opening pipes (i.e. commands, not named
> pipes)  as files?
>
> open(FILE,"cat \</etc/passwd |")
> while (\<FILE>) {
>       print OUT $_;
> }
>
> doesn't produce any output....
>

Embperl makes no difference here, but you may check the return value from
open and $! . Maybe you don't have permission to execute cat as www server
user, or cat is not in your path.

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to