ExtUtils::XSBuilder patches

2003-03-15 Thread Angus Lees
some patches accumulated in packaging and using ExtUtils::XSBuilder: make pod2man happier: --- libextutils-xsbuilder-perl-0.23.orig/XSBuilder.pod +++ libextutils-xsbuilder-perl-0.23/XSBuilder.pod @@ -1,6 +1,8 @@ +=head1 NAME +ExtUtils::XSBuilder - Automatic XS glue code generation -=head1 Ba

Re: IMAGES Directories

2003-03-15 Thread Saadiq Rodgers-King
If you wanted just files in a certain subdirectory to be handled by Embperl, I think you'd just need to set up the appropriate Apache file location directive. SetHandler perl-script PerlHandler Embperl Options ExecCGI Good luck. On Saturday, March 15, 2003, at 09:16 AM, [EMA

Re: IMAGES Directories

2003-03-15 Thread david
Can this be limited to a certain directory tree? > On Fri, Mar 14, 2003 at 10:07:57AM +0100, Gerald Richter wrote: > > > > >SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$" > > > > Ruben - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Session and redirect oddity

2003-03-15 Thread Gerald Richter
> I did some investigating and found that the MySQL behavior for this type > of problem is to simply report a warning and cut off the text being > entered if it exceeds the field length. The session data is becoming > invalid because in this case the Perl data structure is being > corrupted. Th

Re: Embperl::Form::Validate question

2003-03-15 Thread Gerald Richter
> > How can i in embperl 2.0b8 with Validate module check, if some rule > key ('user' in my example) is giving an error or not? > You need to use validate instead of messages: use Embperl::Form::Validate ; $validate = Embperl::Form::Validate->new(); $validate->add_rule([-key=>'user', -msg=>'Missi

Re: Problems when using require or modules..

2003-03-15 Thread Gerald Richter
> I have read that FAQ, but the source havn't changed! > Yes, but the problem is the same. You include mylib.pl in multiple embperl pages. Each Emperl page runs in it's own namespace and the lib is compiled in the namespace of the page where it is first required. The second page will not reload

Re: Problems with subroutines

2003-03-15 Thread Gerald Richter
> I tried the following code (cut & paste from the embperl documentation) > Your code is correct... > > I'm running Linux, Embperl 2.0b8, Perl 5.8.0 & Apache 1.3.27. > ... but you need to upgrade to the current CVS version (which will be soon release as 2.0b9) to get it working with Perl 5.8.0

Re: Still have problem in execution

2003-03-15 Thread Gerald Richter
your httpd.conf says pocess .phtml with Embperl, for .fpl and .epl Embperl and Apache::Registry are configured   and you have a .html file, for which you do not defined any handler. So rename your file to index.phtml and t should work   Gerald   P.S. The ADresse of the mailing list is [E