Hi, Yet another Perl newbie. Here is what I am trying to do. I have a script that takes in command line arguments to create a file(s), i.e. perl --c=country --d=date --i=input file --file=foo.html. I want a person to be able to fill in a form and the form would send those seven values as command line arguments via an intermediary script(the form action) to the main Perl script that creates the files. How would I write the intermediary script? Thanks