Re: EmbperlObject 2 on linux

2002-01-14 Thread Dimitri Ostapenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 14 January 2002 11:55, Gerald Richter wrote: > > 4 $VAR1 = bless( { 'webmaster' => 'John Smith' }, > > 'HTML::Embperl::DOC::_2' ); > > Looks like there is a Data::Dumper output that is printed to STDOUT instead > of OUT, because the Data::Du

Re: EmbperlObject 2 on linux

2002-01-14 Thread Gerald Richter
> > 4 $VAR1 = bless( { 'webmaster' => 'John Smith' }, 'HTML::Embperl::DOC::_2' ); Looks like there is a Data::Dumper output that is printed to STDOUT instead of OUT, because the Data::Dumper output comes before the headers, the browser can't interpret the headers. Do you have inserted a "print D