Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 1,306 for label:perl (0.03 sec)

  1. 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.txt
    Registered: Sun Apr 06 17:31:12 UTC 2025
    - 973 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon Apr 14 00:31:35 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Apr 13 23:17:58 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Mon Apr 14 01:22:09 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Mon Apr 14 03:33:49 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Apr 14 00:52:22 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Apr 14 02:09:33 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Mon Apr 14 01:45:11 UTC 2025
    - 852 bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Apr 14 00:36:40 UTC 2025
    - 520 bytes
    - Viewed (0)
  10. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Sat Apr 12 14:51:23 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top