- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 1,306 for label:perl (0.03 sec)
-
Test::Builder::Tester::Color.txt
package Test::Builder::Tester::Color; use strict; our $VERSION = '1.302199'; require Test::Builder::Tester; =head1 NAME Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester =head1...perldoc.perl.org/Test::Builder::Tester::Color.txtRegistered: Sun Apr 06 17:31:12 UTC 2025 - 973 bytes - Viewed (0) -
Memoize.txt
# -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...perldoc.perl.org/Memoize.txtRegistered: Mon Apr 14 00:31:35 UTC 2025 - 31.8K bytes - Viewed (0) -
Hash::Util.txt
package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...perldoc.perl.org/Hash::Util.txtRegistered: Sun Apr 13 23:17:58 UTC 2025 - 24.9K bytes - Viewed (0) -
File::Copy.txt
# File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...perldoc.perl.org/File::Copy.txtRegistered: Mon Apr 14 01:22:09 UTC 2025 - 15.8K bytes - Viewed (0) -
IO::Select.txt
# IO::Select.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...perldoc.perl.org/IO::Select.txtRegistered: Mon Apr 14 03:33:49 UTC 2025 - 9.1K bytes - Viewed (0) -
IPC::SharedMem.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::SharedMem.txtRegistered: Mon Apr 14 00:52:22 UTC 2025 - 5.5K bytes - Viewed (0) -
FindBin.txt
# FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...perldoc.perl.org/FindBin.txtRegistered: Mon Apr 14 02:09:33 UTC 2025 - 4.7K bytes - Viewed (0) -
JSON::PP::Boolean.txt
package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...perldoc.perl.org/JSON::PP::Boolean.txtRegistered: Mon Apr 14 01:45:11 UTC 2025 - 852 bytes - Viewed (0) -
Memoize::SDBM_File.txt
use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...perldoc.perl.org/Memoize::SDBM_File.txtRegistered: Mon Apr 14 00:36:40 UTC 2025 - 520 bytes - Viewed (0) -
autodie::exception.txt
package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...perldoc.perl.org/autodie::exception.txtRegistered: Sat Apr 12 16:18:39 UTC 2025 - 21.8K bytes - Viewed (0)