R
Rickard
Hi.
I am so very new to perl that i have to ask for help.
This is what i need help with:
I have an web page, it contains an form with three textfields and one
Submit button.
What i want it to do is to take those variables from the three
textfields and put them in an local file on the webserver.
the file should be formatted like this (with tab separated fields)
variable1 content1
variable2 content2
variable3 content3
Where variable 1-3 is then "name of the line" and content 1-3 is the
"value".
This information is later on used in shell scripts running on the server.
So this should be some kind of admin frontend to the scripts.
Please help me.
//Rickard Hansson
I am so very new to perl that i have to ask for help.
This is what i need help with:
I have an web page, it contains an form with three textfields and one
Submit button.
What i want it to do is to take those variables from the three
textfields and put them in an local file on the webserver.
the file should be formatted like this (with tab separated fields)
variable1 content1
variable2 content2
variable3 content3
Where variable 1-3 is then "name of the line" and content 1-3 is the
"value".
This information is later on used in shell scripts running on the server.
So this should be some kind of admin frontend to the scripts.
Please help me.
//Rickard Hansson