Help for this page

Select Code to Download


  1. or download this
    sub do_tree {
    # --------------------------------------------------------
    ...
      do_tree($child) for my $child (@children);
      print "</ul></li>\n";
    }
    
  2. or download this
    print join(" ", map { sprintf "%#02x", $_ }unpack("C*",pack("L",0x1234
    +5678)))