Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1911 - 1920 of 2,638 for host:perldoc.perl.org (0.05 sec)

  1. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Wed Jul 09 07:21:15 UTC 2025
    - 536 bytes
    - Viewed (0)
  2. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Wed Jul 09 10:46:40 UTC 2025
    - 300 bytes
    - Viewed (0)
  3. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Wed Jul 09 07:39:32 UTC 2025
    - 220 bytes
    - Viewed (0)
  4. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Thu Jul 10 05:27:49 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  5. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Thu Jul 10 06:11:11 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Thu Jul 10 06:50:16 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Thu Jul 10 06:27:41 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  8. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Thu Jul 10 02:35:28 UTC 2025
    - 91 bytes
    - Viewed (0)
  9. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Thu Jul 10 04:31:24 UTC 2025
    - 85 bytes
    - Viewed (0)
  10. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Thu Jul 10 09:47:41 UTC 2025
    - 29.6K bytes
    - Viewed (0)
Back to top