Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / suvvari

In the HTML form, you have to mention the perl script name.
Ex: <form action="test.pl" method="POST">. Then in the
test.pl, you have to mention the content-type as
print "content-type: text/html\n\n";. And read the form
values and print them.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain perl.

984


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

937


What are the various flags/arguments that can be used while executing a perl program?

952


Explain splicing of arrays?

1000


What is the use of "stderr()"?

1065


Define perl scripting?

1031


What is cpan in perl?

1002


Explain lexical variables.

997


You want to print the contents of an entire array. How would you do that?

1019


When does circular reference occur?

964


How will you access an element of a perl array?

989


What is the closure in PERL?

1068


How would you ensure the re-use and maximum readability of your perl code?

984


How to change a directory in perl?

982


What are the options that can be used to avoid logic errors in perl?

1005