Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 811 - 820 of 2,657 for host:perldoc.perl.org (0.08 sec)

  1. App::Prove.txt

    package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...
    perldoc.perl.org/App::Prove.txt
    Registered: Tue Jan 27 12:53:29 UTC 2026
    - 18.2K bytes
    - Viewed (0)
  2. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Tue Jan 27 12:29:42 UTC 2026
    - 7K bytes
    - Viewed (0)
  3. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Tue Jan 27 11:06:27 UTC 2026
    - 3.8K bytes
    - Viewed (0)
  4. DirHandle.txt

    package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...
    perldoc.perl.org/DirHandle.txt
    Registered: Tue Jan 27 13:36:11 UTC 2026
    - 2K bytes
    - Viewed (0)
  5. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Tue Jan 27 14:53:57 UTC 2026
    - 1.2K bytes
    - Viewed (0)
  6. perldelta - what is new for perl v5.42.0 - Perl...

    perl5420delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements More CORE:: subs New pragma source::encod...
    perldoc.perl.org/perl5420delta Similar Results (3)
    Registered: Mon Jan 26 12:09:45 UTC 2026
    - 88.2K bytes
    - Viewed (0)
  7. perlreguts - Description of the Perl regular ex...

    perlreguts ( source , CPAN ) CONTENTS NAME DESCRIPTION OVERVIEW A quick note on terms What is a regular expression en...
    perldoc.perl.org/perlreguts
    Registered: Mon Jan 26 12:09:57 UTC 2026
    - 69.3K bytes
    - Viewed (0)
  8. lock - Perldoc Browser

    functions / lock ( source , CPAN ) # lock THING This function places an advisory lock on a shared variable or referen...
    perldoc.perl.org/functions/lock
    Registered: Mon Jan 26 13:28:30 UTC 2026
    - 15.4K bytes
    - Viewed (0)
  9. next - Perldoc Browser

    functions / next ( source , CPAN ) next may also refer to the module: NEXT # next LABEL # next EXPR # next The next c...
    perldoc.perl.org/functions/next
    Registered: Mon Jan 26 13:29:02 UTC 2026
    - 16.8K bytes
    - Viewed (0)
  10. msgsnd - Perldoc Browser

    functions / msgsnd ( source , CPAN ) # msgsnd ID,MSG,FLAGS Calls the System V IPC function msgsnd to send the message...
    perldoc.perl.org/functions/msgsnd
    Registered: Mon Jan 26 13:30:33 UTC 2026
    - 15.7K bytes
    - Viewed (0)
Back to top