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
Where do we require ‘chomp’ and what does it mean?
Explain 'grep' function.
What are some common methods to all handles in perl?
Explain '->' in perl?
what is Polymorphism in Perl?
Explain what is lvalue?
Why we use CGI?
List the data types that Perl can handle?
How the interpreter is used in Perl?
What are perl array functions?
Mention how many ways you can express string in Perl?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What does `$result = f() .. g()' really return?
What are the logical operators used for small scale operations? Explain them briefly.
Which feature of perl provides code reusability?