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


There are two types of eval statements i.e. Eval expr and eval block. Explain them.


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

Post New Answer

More CGI Perl Interview Questions

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

0 Answers  


What is warn function in perl?

0 Answers  


Explain regular expression in perl?

0 Answers  


what is perl language?

0 Answers  


How to print escaping characters inside a string in perl?

0 Answers  


Define print() function in perl?

0 Answers  


What are the two ways to get private values inside a subroutine?

0 Answers  


What rules must be followed by modules in perl.

0 Answers  


How many data types are there in perl?

0 Answers  


How to merge two arrays in perl?

0 Answers  


How to connect with sqlserver from perl and how to display database table info?

0 Answers  


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  


Categories