in reply to Re^2: Adding a pop up confirmation box
in thread Adding a pop up confirmation box

As poj said, this:

<form method="post" onsubmit="return confirm('Do you really want to de +lete?');">

isn't Perl. You'd want to put this into your HTML, replacing this line:

<form method=POST>

Also see window.confirm on the MDN.