Cliff Rayman wrote:
> 
> I am not an expert on these issues - but I remember something about
> apache.pm not handling the $/ for readline correctly.  You can check the
> archives
> by searching for readline.  When you are using the class object call you
> are
> using a different readline implementation that is working correctly.
> 

I don't it is related because $/ is not supported unless that
functionality is implemented by the tied interface (which it is).
When using the <> operator or readline function on a tied variable,
it is the tied implementation which should be called (which isn't
happening in that case.)

Besides this snippet of code works perfectly well under 
plain mod_perl. It is only a problem in an HTML::Embperl page.

Regards

-- 
Francis J. Lacoste                   iNsu Innovations Inc.      
Vice-Président développement          Tél.: (514) 336-5544
[EMAIL PROTECTED]              Fax.: (514) 336-8128

Reply via email to