Need a cgi-script in PERL...

fryke

Moderator
Staff member
Mod
I hope we'll find a person here that can help me. ;-)

The script needs to basically do the following:

1.) Take the input from a HTML form (two or three user writable fields and two or three hidden fields).

2.) Load a template and write the elements into a text file.

3.) CHMOD the file to 755.

That's all. Anyone want to help me... for free? :)
 
I would love to, but i myself haven't learnt Perl yet, but why don't you use this as a good way to start learning it??
 
I'm looking into this one... Thx... Sounds promising, although it might do almost too much. ;-)
 
-> wiz... the script should take a HTML template file with hooks à la |insert variable "text" here| and insert the results (from the form) to those hooks. at the end, it should write a HTML file composited from the template and the user input, resulting in a new file on a site.
 
Back
Top