[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
DATA_RECOVERY
/
ALL BACKUP
/
SISMADAK SERVER
/
22-04-2019
/
xampp
/
perl
/
vendor
/
lib
/
URI
/
urn
/
[
Home
]
File: oid.pm
package URI::urn::oid; # RFC 2061 require URI::urn; @ISA=qw(URI::urn); use strict; sub oid { my $self = shift; my $old = $self->nss; if (@_) { $self->nss(join(".", @_)); } return split(/\./, $old) if wantarray; return $old; } 1;