>
> 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]
- RE: Beginner's question jbodnar
- Re: Beginner's question Erich L. Markert
- Re: Beginner's question jbodnar
- Re: Beginner's question Erich L. Markert
- RE: Beginner's question Gopi Chavali
- Re: Beginner's question Ryszard Lach
- RE: Beginner's question Gerald Richter
- Re: Beginner's question Ryszard Lach
- RE: Beginner's question Gerald Richter
- Re: Beginner's question Ryszard Lach
- Re: Beginner's question Gerald Richter
- Re: Beginner's question Ryszard Lach
- Re: Beginner's question Erich L. Markert
- Re: Beginner's question Ryszard Lach
- RE: Beginner's question Gerald Richter
