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
List all the features of perl programming?
what are the two ways to get private values inside a subroutine or block?
In Perl, what is grep function used for?
What is chomp() operator/function?
What does the’$_’ symbol mean?
Which functions in perl allows you to include a module file.
What is the difference between die and exit in perl?
What does -> symbol indicates in Perl?
What are the logical operators used for small scale operations? Explain them briefly.
What are prefix dereferencer? List them.
Explain chomp?
How do I replace every character in a file with a comma?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What is q (single q) operator in perl?
What is 'rollback' command in perl?