Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,621 for host:perldoc.perl.org (0.05 sec)

  1. perlopentut.txt

    =encoding utf8 =head1 NAME perlopentut - simple recipes for opening files and pipes in Perl =head1 DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a B<fi...
    perldoc.perl.org/perlopentut.txt
    Registered: Wed Jul 02 10:32:50 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  2. 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: Wed Jul 02 21:09:28 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Wed Jul 02 21:51:29 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. 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: Wed Jul 02 20:06:12 UTC 2025
    - 938 bytes
    - Viewed (0)
  5. 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: Wed Jul 02 20:36:25 UTC 2025
    - 711 bytes
    - Viewed (0)
  6. perl5120delta.txt

    =encoding utf8 =head1 NAME perl5120delta - what is new for perl v5.12.0 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fix...
    perldoc.perl.org/perl5120delta.txt
    Registered: Fri Jul 04 23:34:35 UTC 2025
    - 87.2K bytes
    - Viewed (0)
  7. perl5340delta.txt

    =encoding utf8 =head1 NAME perl5340delta - what is new for perl v5.34.0 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.34.0 release. If you are upgradin...
    perldoc.perl.org/perl5340delta.txt
    Registered: Fri Jul 04 18:18:39 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  8. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Fri Jul 04 15:54:02 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  9. perlsolaris.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlsolaris.txt
    Registered: Sat Jul 05 00:47:51 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  10. perlmacosx.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlmacosx.txt
    Registered: Fri Jul 04 22:00:56 UTC 2025
    - 11.9K bytes
    - Viewed (0)
Back to top