package URI::urn::oid; # RFC 2061
use strict;
use warnings;
our $VERSION = '5.09';
use parent 'URI::urn';
sub oid {
my $self = shift;
my $old = $self->nss;
if (@_) {
$self->nss(join(".", @_));
}
return split(/\./, $old) if wantarray;
return $old;
}
1;
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat