次のようなコードをデバッグする必要があります。しかし、それがどの言語で書かれているかはわかりません。perl と html の組み合わせのようです。将来の研究ができるように、誰かがこれが正確に何であるかを教えてもらえますか?
//All in the same file
<%doc>
# Something
# Something
</%doc>
<%args>
$id => undef
$debug => undef
$other => under
</%args>
<%perl>
Code that appears to be perl code
</%perl>
<!DOCTYPE html>
<html>
HTML that also appears to have code (maybe perl code) inside <%these types of %> brackets
as well as <& these types &>
</html>
誰かがこれが正確に何であるかを説明できますか. それはperlですか、それともhtmlですか?それとも、2つの組み合わせですか?後者の場合、HTML 内から perl コードを参照する方法は次のとおりです: <% foo %> <& bar &>
紛らわしい質問で申し訳ありません。詳細をお知らせいただければ幸いです。