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
How to open and read data files with Perl
What is the difference between localtime() and gmtime() functions?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
Explain what is perl language?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
what is Perl one liner?
You want to open and read data files with perl. How would you do that?
What is warn function in perl?
Explain different types of perl operators.
Explain regular expression in perl?
“Perl regular expressions match the longest string possible”. What is the name of this match?
what is CPAN?
What does read () command do?
Explain the difference between "my" and "local" variable scope declarations. ?
What is confess function in perl?