Help for this page

Select Code to Download


  1. or download this
       foreach my $byte (unpack "C*", $string) {
          do something with my $byte
    
  2. or download this
       while ($string =~ /./sg) {
          do something with $1