Help for this page

Select Code to Download


  1. or download this
    sub join_ids {
      return = $_[0] < $_[1] ? "$_[0];$_[1]" : "$_[1];$_[0]";
    }
    
  2. or download this
    # assume my %obs for holding data;
    
    ...
            $obj{$key} = pack( "LL", $seen, $voted );
        }
    }