[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
impossible to substite @ with \@ in embedded perl code
Hi,
I want to check an email and put it in a database, but not in the user
database, and i have to use
[data base="contacts" ... value="[value email]"]
But this generate the error:
Safe: In string, @jj now must be written as \@jj at (eval 135) line 4, near
"hh@jj"
So i've tried to make a substitution in Perl but writing:
my $email="[value email]"; generates exactly the same error
How can I resolve this problem