|
Question |
Rating |
View Answer |
 |
Write a script to reverse a string without using Perl's built in functions? |
|
View Answer |
 |
What is the easiest way to download the contents of a URL with Perl? |
|
View Answer |
 |
How to concatenate strings with Perl? |
|
View Answer |
 |
How do I read command-line arguments with Perl? |
|
View Answer |
 |
When would `local $_' in a function ruin your day? |
|
View Answer |
 |
What happens to objects lost in "unreachable" memory..... ? |
|
View Answer |
 |
How do you match one letter in the current locale? |
|
View Answer |
 |
How do I print the entire contents of an array with Perl? |
|
View Answer |
 |
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical? |
|
View Answer |
 |
How many ways can we express string in Perl? |
|
View Answer |
 |
How do you give functions private variables that retain their values between calls? |
|
View Answer |
 |
Describe about the security vulnerability of PHP? |
|
View Answer |
 |
Explain about returning values from subroutines (functions)? |
|
View Answer |
 |
Determine the difference between my and local? |
|
View Answer |
 |
What are the different types of eval statements? |
|
View Answer |
 |
What are the different forms of goto in perl? Explain? |
|
View Answer |
 |
What is a short circuit operator? |
|
View Answer |
 |
Which has the highest precedence, List or Terms? Explain? |
|
View Answer |
 |
What are the different types of perl operators? |
|
View Answer |
 |
What is meant by splicing arrays explain in context of list and scalar. |
|
View Answer |