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]

Reply via email to