in reply to Filling in forms.

There's another way you could do this, might be simpler for you, I don't know. You could create some javascript on html using perl. I know it's noone's favorite, but it works. Just take all of the form fields and create lines like this in the HTML
<input type='hidden' name='value1' value='$userfile{file1}'>
Then in the body tag add:
onLoad='document.formname.submit()'
You'd then need to view each of the pages in a browser, and wait for it to submit. Hope this helps.

- p u n k k i d
"Reality is merely an illusion, albeit a very persistent one." -Albert Einstein