Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1051 - 1060 of 2,642 for host:perldoc.perl.org (0.06 sec)

  1. getpeername.txt

    =over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...
    perldoc.perl.org/functions/getpeername.txt
    Registered: Mon Sep 01 04:14:35 UTC 2025
    - 356 bytes
    - Viewed (0)
  2. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Mon Sep 01 05:57:53 UTC 2025
    - 174 bytes
    - Viewed (0)
  3. import.txt

    =over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...
    perldoc.perl.org/functions/import.txt
    Registered: Mon Sep 01 08:10:16 UTC 2025
    - 378 bytes
    - Viewed (0)
  4. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Mon Sep 01 09:16:14 UTC 2025
    - 152 bytes
    - Viewed (0)
  5. perlglossary.txt

    =pod =encoding UTF-8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20250619 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, deri...
    perldoc.perl.org/perlglossary.txt Similar Results (1)
    Registered: Sat Aug 30 05:04:53 UTC 2025
    - 134.6K bytes
    - Viewed (0)
  6. perlfaq6.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...
    perldoc.perl.org/perlfaq6.txt
    Registered: Sat Aug 30 14:30:46 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  7. perlfilter.txt

    =head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...
    perldoc.perl.org/perlfilter.txt Similar Results (1)
    Registered: Sat Aug 30 12:59:11 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  8. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Sat Aug 30 12:06:31 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  9. perl5222delta.txt

    =encoding utf8 =head1 NAME perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION This document describes differences between the 5.22.1 release and the 5.22.2 release. If you are upgradin...
    perldoc.perl.org/perl5222delta.txt
    Registered: Sat Aug 30 17:16:32 UTC 2025
    - 12K bytes
    - Viewed (0)
  10. perl586delta.txt

    =head1 NAME perl586delta - what is new for perl v5.8.6 =head1 DESCRIPTION This document describes differences between the 5.8.5 release and the 5.8.6 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl586delta.txt
    Registered: Sat Aug 30 17:37:49 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top