> >
> > open(FILE,"/bin/cat \</etc/passwd |") or die;
> > while (\<FILE>) {
> > print OUT $_;
> > }
> >
>
Have you set optRawInput ? If not try
while (<FILE>) {
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- 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
- Gerald Richter
