Help for this page

Select Code to Download


  1. or download this
    my $rev = reverse $string;
    my @strings = split ' ', $rev;
    print join ',',@strings;