Re: [exim] problem with Exim::expand_string

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: 'Exim-users'
Assumpte: 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. () ).