Hi, Ged.

Thanks a lot and excuse me.
Work been stoped at some time, but your message took
me to go on.

mod_perl compiled as dso throw apxs:
perl Makefile.PL \
> USE_APXS=1 \
> WITH_APXS=/usr/sbin/apxs \
> EVERYTHING=1

I'll try to solve problem on my own and when i use
code example from "Chapter 9 - Perl API Reference
Guide" of Eagle Book, i've got it working.

instead of:
while((my $line = <$fh>) !~ m:^$EndTiken:)

use a:
while($parms->getline($line))

And every is fine.

But readline globe (<$fh>) still not working.
And that not need me at that time.
Sorry for take your time.

If interesting, take to
http://engine.suse-linux.kubic.ru/

Alexis Zayats.

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to