@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
usr
/
local
/
lib
/
perl5
/
URI
/
urn
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/perl5/URI/urn/oid.pm
package URI::urn::oid; # RFC 2061 use strict; use warnings; our $VERSION = '5.06'; 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;