On Fri, Jun 16, 2000 at 09:54:53AM +0200, Gerald Richter wrote:
> > print "\<table>\n";
>
> print OUT "\<table>\n";
> ...
>
> >
> > print "\</table>";
>
> print OUT "\</table>";
>
> or set optRedirectStdout in your EMBPERL_OPTIONS
OK, now it works, thanks.
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....
--
Ryszard Łach
Internet Designers s.c.
http://www.id.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Beginner's question Ryszard Lach
- 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
