Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 1,306 for label:perl (0.28 sec)

  1. Test2::Event::Plan.txt

    package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{max directive reason}; use ...
    perldoc.perl.org/Test2::Event::Plan.txt
    Registered: Sun Jun 01 03:07:32 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  2. Term::Table::CellStack.txt

    package Term::Table::CellStack; use strict; use warnings; our $VERSION = '0.018'; use Term::Table::HashBase qw/-cells -idx/; use List::Util qw/max/; sub init { my $self = shift; $self->{+CELLS} ||=...
    perldoc.perl.org/Term::Table::CellStack.txt
    Registered: Sun Jun 01 02:04:43 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  3. Test2::Compare::Pattern.txt

    package Test2::Compare::Pattern; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/pattern stringify_got/; # Overloads '!' for us. u...
    perldoc.perl.org/Test2::Compare::Pattern.txt
    Registered: Sun Jun 01 01:20:15 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. builtin.txt

    package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...
    perldoc.perl.org/builtin.txt
    Registered: Thu May 29 22:41:03 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  5. sigtrap.txt

    package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...
    perldoc.perl.org/sigtrap.txt
    Registered: Thu May 29 20:17:56 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  6. deprecate.txt

    package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...
    perldoc.perl.org/deprecate.txt
    Registered: Thu May 29 20:53:51 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Thu May 29 20:50:10 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2023 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Fri May 30 04:32:40 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  9. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Fri May 30 02:53:11 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  10. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Fri May 30 04:15:19 UTC 2025
    - 13.1K bytes
    - Viewed (0)
Back to top