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
4 7484What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
1 10201Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.
15 59233
How do I replace every character in a file with a comma?
What are the various uses of perl?
what are the strategies followed for multiple form interaction in cgi programs?
How and what are closures implemented in perl?
Explain lists ?
What is epoch time in perl?
You want to open and read data files with perl. How would you do that?
How to open and read data files with Perl
what are prefix dereferencer and list them out?
What is the importance of perl warnings?
How will you get the count of parameters passed to a perl subroutine?
There are some duplicate entries in an array and you want to remove them. How would you do that?
Explain goto expr?
how to create a flat file database as shown below s.no name age city phone 0 hema 22 Calcutta 4312542 1 hema 21 Bangalore 2344345 2 ganesh 25 delhi 2445454 3 kartik 45 pune 4312121 4 santosh 25 Hyderabad 2254231 5 kumar 25 mysore 2344567 6 gita 34 mangalore 6532123 7 gita 32 pune 2213456 Q1.print the details of the person who r from bangalore q2.Replace the city name managlore to pune q3.prints no of person having name gita and hema q4.print how many are of age 25.
List the prefix dereferencer in Perl.