howdy, does anyone know how to make a loop that will display all of the data in a file, inside the template?
let's use this as an example template:
<html>
<head>
<title>foo</title>
<head>
<TMPL_VAR NAME="bar">
</html>
and this is what i've got on the script:
#!/usr/bin/perl
use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.