Explain what is perl language?
How to count no of occurrence of a unique patterns in perl?
How can you create anonymous subroutines?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
Explain use of ‘my’ keyword in perl?
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.
How do I do fill_in_the_blank for each file in a directory?
What is the difference between $array[1] and @array[1]?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
You want to download the contents of a url with perl. How would you do that?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
write a perl script to find whether a given line of text is starting and ending with same word or not ???