Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. %! - Perldoc Browser

    variables / %! ( source , CPAN ) # %OS_ERROR # %ERRNO # %! Each element of %! has a true value only if $! is set to t...
    perldoc.perl.org/variables/%!
    Registered: Mon Jan 26 12:37:31 UTC 2026
    - 15.8K bytes
    - Viewed (0)
  2. %INC - Perldoc Browser

    variables / %INC ( source , CPAN ) # %INC The hash %INC contains entries for each filename included via the do , requ...
    perldoc.perl.org/variables/%INC
    Registered: Mon Jan 26 12:32:45 UTC 2026
    - 15.8K bytes
    - Viewed (0)
  3. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Mon Jan 26 17:13:51 UTC 2026
    - 78.9K bytes
    - Viewed (0)
  4. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Mon Jan 26 17:07:24 UTC 2026
    - 27.4K bytes
    - Viewed (0)
  5. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Mon Jan 26 19:32:59 UTC 2026
    - 27.5K bytes
    - Viewed (0)
  6. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Mon Jan 26 21:35:14 UTC 2026
    - 18.6K bytes
    - Viewed (0)
  7. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Mon Jan 26 19:17:18 UTC 2026
    - 18.5K bytes
    - Viewed (0)
  8. 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: Mon Jan 26 20:28:17 UTC 2026
    - 10.4K bytes
    - Viewed (0)
  9. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Mon Jan 26 20:42:25 UTC 2026
    - 3K bytes
    - Viewed (0)
  10. perl5143delta - what is new for perl v5.14.3 - ...

    perl5143delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements Security Digest unsafe use of eval (CVE-2...
    perldoc.perl.org/perl5143delta
    Registered: Mon Jan 26 12:19:37 UTC 2026
    - 29.9K bytes
    - Viewed (0)
Back to top