Help for this page

Select Code to Download


  1. or download this
    sub calc {
      my $t = $scale;
    ...
      $s =~ s/(.)/sprintf("%x ",ord($1))/eg;
      return $s;
    }