What are the functions that can be performed using cgi program?



What are the functions that can be performed using cgi program?..

Answer / Veependra Singh

CGI scripts can perform various functions such as form handling, database interaction, file manipulation, and user authentication. They can also generate dynamic content based on user input.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

what are steps to do to lock the sony ericsson mobile with password?

1 Answers  


write a Perl script to find a particular word in a paragraph???

1 Answers  


How do I pass a command line argument in perl?

1 Answers  


What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;

1 Answers  


How to implement a stack in Perl?

1 Answers  


Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.

2 Answers  


How to find out the version of PERL being installed on your LINUX machine.

4 Answers   Mind Tree,


How does polymorphism work in perl?

1 Answers  


How to dereference a reference?

1 Answers  


Differentiate use and require?

1 Answers  


What happens in dereferencing?

1 Answers  


Write a program to decode the data in the form using cgi programming

1 Answers  


Categories