Help for this page

Select Code to Download


  1. or download this
    perl -e 'undef $/; print join(",", map {ord} split //, <>)'
  2. or download this
    perl -e 'undef $/; print join("", map {chr} split /,/, <>)'