Hur gör jag för att utföra beräkningar i infällda argument?
Dvs om jag skriver t ex
print FIL <<_HTML_;
...lite html kod...
<DIV ID="$div[$i]" style="position:absolute; left: 4px; top: (4+90*$i)px">
...lite mer html kod...
_HTML_
för att generera ett lageruppbyggt HTML dokument så blir det ju t ex (när $i står på 3)
"top: (4+90*3)px" i stället för "top: 274px" som jag vill ha.
Mvh Higa