Help for this page

Select Code to Download


  1. or download this
    @test = split (//,$something);
    foreach (@test) {print "$_\n";}
    
  2. or download this
    for (split //, $something) {
      printf "%02X ", ord;
    }
    
  3. or download this
    4A 00 4F 00 48 00 4E 00