On Wed, Oct 11, 2006 at 04:35:04PM +0200, Gerald Richter wrote:
> > Line 362 of Embperl/Form/Validate.pm
> > 
> > my $default_language = $pref -> {default_language};
> > 
> > should be
> > 
> > my $default_language = $pref -> {default_language} || 
> > $self->{default_language} ;
> > 
> 
> Yes, this make sense. It's updated in the SVN.

Thanks.
 
> > 
> > But it doesn't say how one should form the message to take 
> > advantage of this parameter substitution, not what the 
> > parameters refer to.
> > 
> 
> Use %1, %2 etc. for first, second, etc. element in the array param
> references to.

Okay, but what *are* the elements in the array?  What do they refer to?

Kathryn Andersen
-- 
 _--_|\     | Kathryn Andersen  <http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to