Write a script to reverse a string without using Perl's
built in function
Answer Posted / go
ghw#
wled
@w
ws
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is an interpolation in perl?
How will you get the count of parameters passed to a perl subroutine?
Explain what is lvalue?
Comment on the scope of variables in perl.
How can you create anonymous subroutines?
Is perl compiler or interpreter?
Is perl a case sensitive language?
How to compare two strings in perl?
Explain grooving and shortening of arrays?
Comment on array slicing and range operator
What is the purpose of goto expr statement?
Explain split function in perl?
Why is it hard to call this function: sub y { "because" } ?
Define say() function in perl?
When would `local $_' in a function ruin your day?