Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 821 - 830 of 1,306 for label:perl (0.05 sec)

  1. Win32CORE.txt

    package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...
    perldoc.perl.org/Win32CORE.txt
    Registered: Mon Jun 02 05:43:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. Test2::Util::Table::LineBreak.txt

    package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...
    perldoc.perl.org/Test2::Util::Table::LineBreak.txt
    Registered: Mon Jun 02 01:35:01 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Mon Jun 02 08:26:55 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  4. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Mon Jun 02 07:19:27 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  5. Tie::RefHash.txt

    package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Mon Jun 02 08:58:58 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  6. Time::tm.txt

    package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...
    perldoc.perl.org/Time::tm.txt
    Registered: Mon Jun 02 08:01:48 UTC 2025
    - 668 bytes
    - Viewed (0)
  7. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Wed May 28 03:29:42 UTC 2025
    - 55.7K bytes
    - Viewed (0)
  8. prove.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/prove.txt
    Registered: Wed May 28 00:09:55 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  9. perl5383delta.txt

    =encoding utf8 =head1 NAME perl5383delta - what is new for perl v5.38.3 =head1 DESCRIPTION This document describes differences between the 5.38.2 release and the 5.38.3 release. If you are upgradin...
    perldoc.perl.org/perl5383delta.txt
    Registered: Wed May 28 04:02:49 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  10. perl5342delta.txt

    =encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...
    perldoc.perl.org/perl5342delta.txt
    Registered: Wed May 28 04:36:51 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top