确定一个非常简单的问题,但我似乎无法找到在搜索中找到答案的术语!
我正在使用文件上传器CGI脚本。在CGI脚本中是一些生成一些HTML的代码。在HTML中,我需要使用@符号放置一个电子邮件地址,但这会破坏脚本。在CGI脚本中转义@符号的正确方法是什么?
使用@符号时的错误是: “FileChucker:load_external_prefs():处理你的prefs文件时出错('filechucker_prefs.cgi'):全局符号”@email“需要在(eval 16)第1526行显式包名。”
非常感谢您的帮助
更新..
大家好,非常感谢你们的回复 - 我猜它是perl ..(显示我对这里发生的事情的无知!)。下面的代码显示了'email @domain.com'中的问题。
'test$PREF{app_output_template} = qq`
%%%ifelse-onpage_uploader%%%
<div id="fcintro">If you're using a mobile or tablet and have problems uploading, we recommend emailing your CV to: email@domain.com<br><span class"upload_limits">We can accept Adobe PDF, Microsoft Word and all popular image and text file types. (max total upload size: 7MB)</span></div>
%%%else%%%
%%subtitle%%
%%%endelse-onpage_uploader%%%
%%app_output_body%%'