The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "exists"

URL::Exists - test whether a URL exists, when you don't care about the contents River stage zero No dependents

This module is useful where you're only interested in whether the file referenced by a URL is present, and don't actually care about the contents. At the moment it just supports HTTP URLs, but I may add other schemes, if there's any demand / interest...

NEILB/URL-Exists-0.03 - 13 Nov 2015 08:10:44 UTC - Search in distribution

Proc::Exists - quickly and portably check for process existence River stage one • 2 direct dependents • 2 total dependents

A simple, portable, and fast module for checking whether a process exists or not, regardless of whether it is a child of this process or has the same owner. On POSIX systems, this is implemented by sending a 0 (test) signal to the pid of the process ...

BRIANSKI/Proc-Exists-1.01 - 22 Oct 2013 15:40:14 UTC - Search in distribution

Deep::Hash::Exists - Verify existence of keys hash. River stage zero No dependents

Exists hash: my $hash_ref = { A => 'one', B => [ 'one', 'two' ], C => { 'one' => 1, 'two' => 2, }, }; If verify existence of keys standard way, will be created non existent keys: exists $hash_ref->{C}{three}{PI}{0}; print Dumper $hash_ref; Output: # ...

SIMUL/Deep-Hash-Exists-0.22 - 13 Sep 2015 15:27:00 UTC - Search in distribution

Mail::SPF::Mech::Exists - SPF record exists mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::Exists represents an SPF record mechanism of type "exists". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::Exists* Creates a new SPF record "exists" mechanism object....

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC - Search in distribution

Hash::Util::Exists::Tiny - Some hash helper functions related to perl's "exists" function. River stage zero No dependents

This module provides some funtions for hashes, related to perl's "exists" function. All functions are exported on demand, you can use tag ":all" to export all functions at once. FUNCTIONS "exists_one_of HASH_REF [, LIST]" Returns true if one of the e...

AAHAZRED/Hash-Util-Exists-Tiny-0.07 - 05 May 2023 15:48:00 UTC - Search in distribution

Mojo::Cache::Role::Exists - Check if keys exist in the cache River stage one • 2 direct dependents • 2 total dependents

Mojo::Cache::Role::Exists allows you to check if keys exist in the cache via the "exists" method. Keys may not exist because they were never "set" in Mojo::Cache, or because they have been evicted from the cache....

SRCHULO/Mojo-Cache-Role-Exists-0.02 - 22 Dec 2019 03:23:54 UTC - Search in distribution

Beagle::Cmd::Command::exists - show if the beagle exists River stage zero No dependents

SUNNAVY/Beagle-0.01 - 13 Nov 2011 13:40:43 UTC - Search in distribution

Sah::Schema::dirname::exists - Directory name, must exist on filesystem River stage zero No dependents

This is like the "dirname" schema but with an extra check that the path must already exist....

PERLANCAR/Sah-SchemaBundle-Path-0.031 - 01 Apr 2024 00:06:15 UTC - Search in distribution

Sah::Schema::dirname::exists - Directory name, must exist on filesystem River stage three • 121 direct dependents • 202 total dependents

This is like the "dirname" schema but with an extra check that the path must already exist....

PERLANCAR/Sah-Schemas-Path-0.030 - 08 Jan 2024 05:22:15 UTC - Search in distribution

Catmandu::Fix::Condition::exists - only execute fixes if the path exists River stage two • 77 direct dependents • 83 total dependents

HOCHSTEN/Catmandu-1.2021 - 06 Nov 2023 09:43:15 UTC - Search in distribution

Sah::Schema::unix::gid::exists - Group identifier (GID) that has to exist on the system River stage two • 11 direct dependents • 13 total dependents

Existing means having a group name associated with this GID, i.e. "getgrgid" returns a record. Support coercion from an existing group name....

PERLANCAR/Sah-Schemas-Unix-0.021 - 06 Dec 2022 00:05:33 UTC - Search in distribution

CPAN::Test::Dummy::Perl5::Exists - CPAN Test Dummy Exists sample module River stage zero No dependents

This module exists for the sake of existence. Hence it's name. This module has been created for use testing suites. It contains no function(s) for actual use, and exists only to provide certain guarantees regarding it's own existance. This module wil...

TAINT/CPAN-Test-Dummy-Perl5-Exists-0.01 - 26 Nov 2013 00:12:19 UTC - Search in distribution

Data::Object::Hash::Func::Exists River stage zero No dependents

Data::Object::Hash::Func::Exists is a function object for Data::Object::Hash....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC - Search in distribution

lib/Data/Object/Array/Func/Exists.pm River stage one • 1 direct dependent • 1 total dependent

AWNCORP/Data-Object-2.05 - 27 Apr 2020 23:45:59 UTC - Search in distribution

proc-exists - Check if processes that match criteria exists River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-ProcUtils-0.038 - 23 Jul 2020 00:05:27 UTC - Search in distribution

Path::IsDev::Role::Matcher::Child::Exists::Any - Match if any of a list of children exists River stage two • 3 direct dependents • 20 total dependents

KENTNL/Path-IsDev-1.001003 - 09 Mar 2017 20:40:54 UTC - Search in distribution

lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm River stage four • 2916 direct dependents • 4004 total dependents

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

lib/RPerl/Operation/Expression/Operator/NamedUnary/Exists.pm River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

upf-user-exists - Check whether user exists River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-UpfUtils-0.060 - 22 Aug 2020 00:06:00 UTC - Search in distribution

exists-in-password-wordlist - Check that string(s) match(es) word in a password wordlist River stage one • 1 direct dependent • 1 total dependent

Password wordlist is one of WordList::* modules, without the prefix. Since many password wordlist uses bloom filter, that means there's a possibility of false positive (e.g. 0.1% chance; see each password wordlist for more details)....

PERLANCAR/App-PasswordWordListUtils-0.002 - 15 Sep 2022 00:05:35 UTC - Search in distribution
5,198 results (0.293 seconds)