Hi! I create a temp file in perl as follows:
$exit = system("/usr/progs/pedrep.pl $repre $data $datb >/tmp/".$repre."pedrep1.html"
;
Then I send it by e-mail:
$exit = system("metasend -b -t $email -s 'Pedidos' -f /tmp/".$repre."pedrep1.html -m text/html -S 500$
After this statement, I want to put a command to delete my temp file so I don't have to delete it everytime.
People gave me good ideas yesterday but they didn't work.
Any help would be great! Thanks! Michel, São Paulo, Brazil
$exit = system("/usr/progs/pedrep.pl $repre $data $datb >/tmp/".$repre."pedrep1.html"
Then I send it by e-mail:
$exit = system("metasend -b -t $email -s 'Pedidos' -f /tmp/".$repre."pedrep1.html -m text/html -S 500$
After this statement, I want to put a command to delete my temp file so I don't have to delete it everytime.
People gave me good ideas yesterday but they didn't work.
Any help would be great! Thanks! Michel, São Paulo, Brazil