Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1871 - 1880 of 2,638 for host:perldoc.perl.org (0.04 sec)

  1. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue Jul 08 00:36:36 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. ExtUtils::ParseXS.txt

    =head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...
    perldoc.perl.org/ExtUtils::ParseXS.txt
    Registered: Mon Jul 07 22:32:17 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  3. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Tue Jul 08 01:17:44 UTC 2025
    - 3K bytes
    - Viewed (0)
  4. perl5263delta - what is new for perl v5.26.3 - ...

    perl5263delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2018-12015] Directory traversal in module Arc...
    perldoc.perl.org/perl5263delta
    Registered: Mon Jul 07 15:26:20 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  5. perl5320delta - what is new for perl v5.32.0 - ...

    perl5320delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements The isa Operator Unicode 13.0 is supporte...
    perldoc.perl.org/perl5320delta
    Registered: Mon Jul 07 15:26:46 UTC 2025
    - 101.2K bytes
    - Viewed (0)
  6. 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: Mon Jul 07 19:03:13 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  7. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Mon Jul 07 17:06:35 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  8. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Mon Jul 07 17:52:25 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  9. perlgov.txt

    =encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...
    perldoc.perl.org/perlgov.txt
    Registered: Mon Jul 07 19:20:59 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  10. builtin.txt

    package builtin 0.019; use v5.40; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source __END__ =head1 NA...
    perldoc.perl.org/builtin.txt
    Registered: Mon Jul 07 18:48:28 UTC 2025
    - 15.5K bytes
    - Viewed (0)
Back to top