Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 1,316 for label:perl (0.19 sec)

  1. Net::Time.txt

    # Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...
    perldoc.perl.org/Net::Time.txt
    Registered: Fri Sep 05 22:51:58 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...
    perldoc.perl.org/Internals.txt
    Registered: Fri Sep 05 21:39:42 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  3. Term::Table::CellStack.txt

    package Term::Table::CellStack; use strict; use warnings; our $VERSION = '0.024'; 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: Sat Sep 06 00:49:03 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  4. Test2::Compare::Pattern.txt

    package Test2::Compare::Pattern; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/pattern stringify_got/; # Overloads '!' for us. u...
    perldoc.perl.org/Test2::Compare::Pattern.txt
    Registered: Sat Sep 06 01:37:51 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  5. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Fri Sep 05 23:05:23 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. perlfaq.txt

    =head1 NAME perlfaq - Frequently asked questions about Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION The perlfaq comprises several documents that answer the most commonly asked question...
    perldoc.perl.org/perlfaq.txt
    Registered: Tue Sep 09 09:33:59 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  7. modules.txt

    =head2 Pragmatic Modules They work somewhat like compiler directives (pragmata) in that they tend to affect the compilation of your program, and thus will usually work well only when used within a ...
    perldoc.perl.org/modules.txt
    Registered: Tue Sep 09 11:00:41 UTC 2025
    - 61.3K bytes
    - Viewed (0)
  8. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Tue Sep 09 12:54:21 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Tue Sep 09 13:51:34 UTC 2025
    - 106.9K bytes
    - Viewed (0)
  10. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Tue Sep 09 15:30:55 UTC 2025
    - 53.4K bytes
    - Viewed (0)
Back to top