Help for this page

Select Code to Download


  1. or download this
    Invalid conversion in sprintf: "%b" at ./foo.cgi line 13.
    
  2. or download this
    my $a = unpack("B32", pack("N", $a));
    $a =~ s/^0+(?=\d)//;
    print $a;