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 is the main function of cookie server?
Explain what is lvalue?
Why to use perl scripting?
What is goto statement in perl?
Can we load binary extension dynamically?
How to connect with sqlserver from perl and how to display database table info?
Differentiate between arrays and list in perl.
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
Elaborate on perl bite-wise operators.
What are the reasons that cookie server can’t handle multiple connections?
Differences between die and exit.
what are prefix dereferencer and list them out?
How to concatenate strings with perl?
Write an example explaining the use of symbol tables.
What are perl variables?