Write a script to reverse a string without using perl's built in functions?


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

Post New Answer

More CGI Perl Interview Questions

What is the purpose of _package_ literal?

0 Answers  


Define dynamic scoping.

0 Answers  


What is cpan in perl?

0 Answers  


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

0 Answers  


Explain arrays in perl.

0 Answers  






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

4 Answers   Ness Technologies,


Explain the difference between use and require?

5 Answers   Aspire,


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

1 Answers   A1 Technology,


what are steps to do to lock the sony ericsson mobile with password?

0 Answers  


Explain cpan?

0 Answers  


What is the easiest way to download the contents of a URL with Perl?

0 Answers  


You want to empty an array. How would you do that?

0 Answers  


Categories