This is the command line that creates a temp file:
$exit = system("/usr/progs/fatrep.pl $repre $data $datb >/tmp/".$repre."fatrep1.html"
;
After this I use metasend and I send an e-mail for my client.
I would like to after using the metasend delete the temp I created.
How can I do this? Michel, São Paulo, Brazil
$exit = system("/usr/progs/fatrep.pl $repre $data $datb >/tmp/".$repre."fatrep1.html"
After this I use metasend and I send an e-mail for my client.
I would like to after using the metasend delete the temp I created.
How can I do this? Michel, São Paulo, Brazil