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 / guest
In the form Action you have to specify the (perl) program,
you want to execute on submitting this form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What is 'commit' command in perl?
Explain lexical variables.
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
List the data types that Perl can handle?
Why aren't Perl's patterns regular expressions?
What is the use of -t?
Why Perl aliases are considered to be faster than references?
What is the easiest way to download the contents of a URL with Perl?
Explain split function in perl?
What are the logical operators used for small scale operations? Explain them briefly.
How to add elements in a hash in perl?
How we can navigate the xml documents?
What $! In perl?