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...