Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,301 for label:perl (0.03 sec)

  1. perlfaq.txt

    =head1 NAME perlfaq - Frequently asked questions about Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION The perlfaq comprises several documents that answer the most commonly asked question...
    perldoc.perl.org/perlfaq.txt
    Registered: Wed Nov 05 19:51:38 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  2. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Wed Nov 05 21:49:50 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  3. modules.txt

    =head2 Pragmatic Modules They work somewhat like compiler directives (pragmata) in that they tend to affect the compilation of your program, and thus will usually work well only when used within a ...
    perldoc.perl.org/modules.txt
    Registered: Wed Nov 05 22:25:43 UTC 2025
    - 61.3K bytes
    - Viewed (0)
  4. perlfaq5.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, an...
    perldoc.perl.org/perlfaq5.txt
    Registered: Thu Nov 06 00:53:53 UTC 2025
    - 55K bytes
    - Viewed (0)
  5. perlfaq9.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with questions related to running web sites, sending an...
    perldoc.perl.org/perlfaq9.txt
    Registered: Thu Nov 06 00:37:50 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  6. crypt.txt

    =over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...
    perldoc.perl.org/functions/crypt.txt
    Registered: Thu Nov 06 01:52:57 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  7. hex.txt

    =over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...
    perldoc.perl.org/functions/hex.txt
    Registered: Thu Nov 06 02:28:16 UTC 2025
    - 938 bytes
    - Viewed (0)
  8. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Thu Nov 06 02:52:20 UTC 2025
    - 711 bytes
    - Viewed (0)
  9. getservent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getservent.txt Similar Results (29)
    Registered: Fri Nov 07 00:54:03 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  10. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, C<delete> deletes the specified elements from that hash so that L<C<exists>|/exists EXPR> on that...
    perldoc.perl.org/functions/delete.txt
    Registered: Thu Nov 06 18:25:32 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top