Help for this page

Select Code to Download


  1. or download this
    D:\progs\javascript>j test.js
    fodpefe!ufyu0
    
  2. or download this
    my $str = 'encoded text';
    say join '', ( map { chr ord( $_ ) + 1 } split //, $str ), 0;