Help for this page

Select Code to Download


  1. or download this
    print join ' ', map{scalar(reverse split //) } qw/teY rehtona lreP .re
    +kcah/;
    __DATA__
    #output
    Yet another Perl hacker.
    
  2. or download this
    print join ' ',reverse split / /,scalar(reverse split //, q/teY rehton
    +a lreP .rekcah/;