5% assure discount from here only

Showing posts with label reverse string. Show all posts
Showing posts with label reverse string. Show all posts

Tuesday, January 25, 2011

(6) How do I reverse a string?

Solution :

my $string = "problems";
my $reversed = reverse $string;
print $reversed; # output is smelborp;