How are these types of variables called "TMPL_VAR NAME = JAVAURL" and how are they used?

0

I'm working on a system made in perl, javascript and html, but I came across this variable:

<TMPL_VAR NAME=JAVAURL>
  

<script language="javascript" src="<TMPL_VAR NAME=JAVAURL>/Functions.js"></script>

I had never used them, could someone help me to give me an idea of how these types of variables are used?

I will thank you!

    
asked by Isaías 12.05.2018 в 00:58
source

1 answer

0

They are special marks for use with the HTML :: Template module of Perl:

link

    
answered by 12.05.2018 / 05:43
source