N
newbiegalore
Hello everyone
,
I am a newbie to Perl, but have
experience with other scripting languages. I am putting up this post
to ask for advice regarding what skills I would need to get a task
done. This might not be the most appropriate group, but since Perl is
used a lot for server back-end scripts, I guess a lot of people have
experience with using it for building web applications.
My task: I have bought a domain and now want to set up a website on
it.
What will the site do: Accept a string from the user, like Google does
(A very simple design). Then the site will check this string for the
presence of a substring. The output will be displayed in a simple text
box on the main page (to begin with).
If I have a script that will do this operation, I need to link the
input string to this script in the background and return the result.
Is CGI programming used to make this "glue" ? I could ask someone to
access the script directly on my site like
http://www.mysite.com/myscript<params> .. but I want to separate the
interface from my programs. Any advice would be greatly appreciated. I
know how to code in C, C++,Awk, Bash and some more languages. Sorry if
my questions seems overly naive
.
Thanks in advance,
-A
I am a newbie to Perl, but have
experience with other scripting languages. I am putting up this post
to ask for advice regarding what skills I would need to get a task
done. This might not be the most appropriate group, but since Perl is
used a lot for server back-end scripts, I guess a lot of people have
experience with using it for building web applications.
My task: I have bought a domain and now want to set up a website on
it.
What will the site do: Accept a string from the user, like Google does
(A very simple design). Then the site will check this string for the
presence of a substring. The output will be displayed in a simple text
box on the main page (to begin with).
If I have a script that will do this operation, I need to link the
input string to this script in the background and return the result.
Is CGI programming used to make this "glue" ? I could ask someone to
access the script directly on my site like
http://www.mysite.com/myscript<params> .. but I want to separate the
interface from my programs. Any advice would be greatly appreciated. I
know how to code in C, C++,Awk, Bash and some more languages. Sorry if
my questions seems overly naive
Thanks in advance,
-A