Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
usr
/
share
/
perl5
/
URI
/
urn
[ HOME ]
Exec
Submit
File Name : oid.pm
package URI::urn::oid; # RFC 2061 use strict; use warnings; our $VERSION = '1.73'; $VERSION = eval $VERSION; 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;
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2024-03-03 07:11:18
..
dir
-
0755
2024-03-03 07:11:18
isbn.pm
text/plain
2.48 KB
0644
2018-01-09 06:42:55
oid.pm
text/plain
309 B
0644
2018-01-09 06:42:55