Re: [exim] problem with Exim::expand_string

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jakob Hirsch
Datum:  
To: 'Exim-users'
Betreff: Re: [exim] problem with Exim::expand_string
Николаев А.Г. wrote:

> my $user = Exim::expand_string{'$local_part'};
> my $lp = Exim::expand_string('$local_part');
> What is happen with $local_part in Exim::expand_string?


I'm not using Perl in Exim, but it's obvious that the brace types don't
match ( {} vs. () ).