Help for this page

Select Code to Download


  1. or download this
    @b = unpack('C*', pack('I', 0));
    return scalar(@b);
    
  2. or download this
    @b = unpack('C*', pack('I', 0));
    $sizeof_long = scalar(@b);
    ...
    else {
      return "strange";
    }