I have created a CGI-based page,after entering all the
values in to the fields, How to get the output on the web
browser using Perl
Answer Posted / raghav
Including the First two answers also go thru CGI.pm module.
or else you can also use the cgi-lib.pl.
Go through the docs of the modules.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
Give an example of using the -n and -p option.
What is the use of "stderr()"?
What does the’$_’ symbol mean?
What is the importance of perl warnings? How do you turn them on?
Explain socket programming in perl?
What is 'rollback' command in perl?
Explain lists ?
What is -> symbol in perl?
Differentiate use and require?
What can be done for efficient parameter passing in perl? Explain.
Which operator in perl is used for the concatenation of two strings?
Explain lists in perl?
What does `$result = f() .. g()' really return?
What is the function of cgiwrap in cgi programming?