Re[2]: EMBPERL_OBJECT_BASE (? saga continues :-( )

2003-03-20 Thread Dimka
EL> Alas, this didn't change as much as I would have hoped. Now my httpd.conf EL> file is being happily used, but my declarations are still being ... ignored EL> :-( Observe: EL> [Thu Mar 20 11:57:06 2003] [error] [28298]ERR: 404: : Not found '_base.epl', searched: EL> [Thu Mar 20 11:57:06 20

Embperl::Form::Validate question

2003-03-03 Thread Dimka
Hi, 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? ### script start ### [- use Embperl::Form::Validate ; $validate = Embperl::Form::Validate->new(); $validate->add_rule([-key=>'user', -msg=>'Missing', required=>1]); if ( $

Re: Using the Upload Example

2001-12-12 Thread dimka
BD> I am looking at using the the Upload example (found on the embperl site) but BD> am a little lost. File::PathConvert is a pretty good solution. [- use File::PathConvert; ($volume,$directory,$filename) = &File::PathConvert::splitpath($fdat{fileName}); print OUT "$filename"; -] But i have foun