Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Apr 18 08:39:43 UTC 2025
    - 87.2K bytes
    - Viewed (0)
  2. eval.txt

    =over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...
    perldoc.perl.org/functions/eval.txt
    Registered: Fri Apr 18 09:53:50 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  3. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Fri Apr 18 11:45:21 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. sysseek.txt

    =over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...
    perldoc.perl.org/functions/sysseek.txt
    Registered: Fri Apr 18 11:31:30 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. 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: Fri Apr 18 12:48:54 UTC 2025
    - 938 bytes
    - Viewed (0)
  6. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Fri Apr 18 10:18:14 UTC 2025
    - 1K bytes
    - Viewed (0)
  7. 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: Fri Apr 18 12:15:24 UTC 2025
    - 711 bytes
    - Viewed (0)
  8. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Fri Apr 18 10:12:10 UTC 2025
    - 768 bytes
    - Viewed (0)
  9. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Fri Apr 18 10:26:40 UTC 2025
    - 710 bytes
    - Viewed (0)
  10. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Mon Apr 21 10:40:57 UTC 2025
    - 98.2K bytes
    - Viewed (0)
Back to top