Hello
This is probably very easy, but it is doing my head in.
I have a perl script which gets info from a form. On submit i want to call an internal subroutine to process the data.
No problen if i make the subroutine a seperate script,i can call that, but having trouble if i put the subroutine in the main file which has the form.
Can anyone help please.