Help for this page

Select Code to Download


  1. or download this
    ($type eq 'string') && do {
                            $value = encode_string($value);
                            push @enoid, [$oid,$value];
                            next;
                    };
    
  2. or download this
    ($type eq 'string') && do {
                            $value = encode_string(
    ...
                            push @enoid, [$oid,$value];
                            next;
                    };