[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.152.49: ~ $
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;

Filemanager

Name Type Size Permission Actions
isbn.pm File 2.46 KB 0644
oid.pm File 259 B 0644