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
Define print() function in perl?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
How to concatenate strings in perl?
How do you set environment variables in perl?
Why should I use the -w argument with my Perl programs?
How to read a single line from a file in perl?
How we can navigate the xml documents?
What is the usage of -i and 0s options?
How to determine strings length in perl?
What does the q{ } operator do?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
Can inheritance be used in perl? Explain with the help of an example.
Explain goto label?
What is chomp() operator/function?