- or download this
<university>
<name>svu</name>
...
</electronics>
</branch>
</university>
- or download this
$var1={
university=>{
...
]
}
};
- or download this
my $template = Template->new();
my $filename = 'output.tex';
...
[% st.branch.electronics.section.1.sem.rank %]
[%END%]
/end{document}