Explain what is perl language?


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

Post New Answer

More CGI Perl Interview Questions

How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,


How can you create anonymous subroutines?

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


Explain use of ‘my’ keyword in perl?

0 Answers  


Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.

3 Answers   TCS,


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

0 Answers  


What is the difference between $array[1] and @array[1]?

1 Answers  


“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?

0 Answers  


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

0 Answers  


You want to download the contents of a url with perl. How would you do that?

0 Answers  


how to extract pin_code,phone_number,year from text file using regular expressions in perl

0 Answers  


write a perl script to find whether a given line of text is starting and ending with same word or not ???

2 Answers   CSS,


Categories