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...

CGI Perl Interview Questions
Questions Answers Views Company eMail

Explain chop?

968

Explain perl.

986

Explain grooving and shortening of arrays?

1131

What are the logical operators used for small scale operations? Explain them briefly.

1039

Explain chomp?

972

Explain goto expr?

923

What is the use of –w?

971

Explain goto name?

981

How can the user execute a long command repeatedly without typing it again and again?

983

How do you turn on the perl warnings?

968

What are prefix dereferencer?

998

Write an example explaining the use of symbol tables.

1004

What is the use of strict?

1007

Explain goto label?

979

You want to empty an array. How would you do that?

970


Post New CGI Perl Questions

Un-Answered Questions { CGI Perl }

What does file test operators do in perl?

992


what is the function that is used to identify how many characters are there in a string?

1011


what are the two ways to get private values inside a subroutine or block?

990


How to read a file into a hash array?

1095


package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,

2736


Write a cgi program to show the header part?

1045


How do I do fill_in_the_blank for each file in a directory?

1010


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

1155


How will you access an element of a perl array?

991


What is “grep” function in perl?

1073


What is stdin in perl?

1012


What is the function of cgiwrap in cgi programming?

982


Can inheritance be used in perl? Explain with the help of an example.

1055


What is the importance of perl warnings?

1233


When do you use perl programming?

1039