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 are the characteristics of a project that is well
suited to Perl?



What are the characteristics of a project that is well suited to Perl?..

Answer / rajesh muppala

Here are my views

1.The Project should be an internal client but not mandatory
2.Minimal number of users can hit because of performance
issues
3.If the Project is dealing with many number of emails
sending
4.To develop faster and kick it off

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More CGI Perl Interview Questions

How do find the length of an array?

0 Answers  


Perl regular expressions are greedy" what does this mean?

0 Answers  


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

0 Answers  


Explain subroutine in perl?

0 Answers  


Explain the different types of data perl can handle.

0 Answers  


What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


What is Perl?

0 Answers  


Why do you use Perl?

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


What is perl? What is the basic command to print a string in perl?

0 Answers  


How do I generate a list of all .html files in a directory?

0 Answers  


How many types of variable in perl?

0 Answers  


Categories