Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    perl -i.orig -ple'BEGIN{ $/=undef} $_ = pack 'u', $_' $1
    
  2. or download this
    #!/bin/sh
    perl -i.uu -ple'BEGIN{ $/=undef} $_ = unpack 'u', $_' $1