Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. delete - Perldoc Browser

    functions / delete ( source , CPAN ) # delete EXPR Given an expression that specifies an element or slice of a hash, ...
    perldoc.perl.org/functions/delete
    Registered: Wed Oct 15 18:55:38 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  2. srand - Perldoc Browser

    functions / srand ( source , CPAN ) # srand EXPR # srand Sets and returns the random number seed for the rand operato...
    perldoc.perl.org/functions/srand
    Registered: Wed Oct 15 18:55:11 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  3. warn - Perldoc Browser

    functions / warn ( source , CPAN ) # warn LIST Emits a warning, usually by printing it to STDERR . warn interprets it...
    perldoc.perl.org/functions/warn
    Registered: Wed Oct 15 18:53:55 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  4. CHECK - Perldoc Browser

    functions / CHECK ( source , CPAN ) # BEGIN # CHECK # END # INIT # UNITCHECK These compile phase keywords are documen...
    perldoc.perl.org/functions/CHECK Similar Results (4)
    Registered: Wed Oct 15 18:58:37 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  5. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Thu Oct 16 05:26:20 UTC 2025
    - 75.6K bytes
    - Viewed (0)
  6. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.090'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Thu Oct 16 06:58:01 UTC 2025
    - 79.6K bytes
    - Viewed (0)
  7. perlclib.txt

    =head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...
    perldoc.perl.org/perlclib.txt
    Registered: Thu Oct 16 01:21:45 UTC 2025
    - 53.3K bytes
    - Viewed (0)
  8. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Thu Oct 16 04:02:39 UTC 2025
    - 40K bytes
    - Viewed (0)
  9. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Thu Oct 16 02:46:28 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  10. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Wed Oct 15 23:16:39 UTC 2025
    - 32.4K bytes
    - Viewed (0)
Back to top