Answer Posted / anish
CGI is software programme through which a communication
take place between user rquest web and server.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is stdin in perl?
How to replace perl array elements?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
What is perl I used for?
How to read from a pipeline with Perl
Why do you use Perl?
Which operator in perl is used for the concatenation of two strings?
What is the purpose of “_file_ literal” and “_line_ literal” 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 ]; }' ?
What does file test operators do in perl?
What does the qq{ } operator do?
Which functions in perl allows you to include a module file. State their differences.
How to read a directory in perl?
what are prefix dereferencer and list them out?
What does last statement do in perl?