Re: [exim] problem with Exim::expand_string

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: 'Exim-users'
題目: 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. () ).