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


What is warn function in perl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.

2 Answers  


Explain a tell function in perl?

0 Answers  


What is goto statement in perl?

0 Answers  


What are the various file operations in perl. Explain with example.

0 Answers  


How can you replace the characters from a string and save the number of replacements?

0 Answers  


How to turn on Perl warnings? Why is that important?

0 Answers  


Show the use of sockets for the server and client side of a conversation?

0 Answers  


Explain the difference between my and local?

2 Answers  


Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.

15 Answers  


Explain the arguments for perl interpreter.

0 Answers  


Which has the highest precedence, List or Terms? Explain?

0 Answers  


What purpose does each of the following serve: -w, strict, - T ?

2 Answers  


Categories