Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 2,612 for host:perldoc.perl.org (0.02 sec)

  1. seek.txt

    =over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...
    perldoc.perl.org/functions/seek.txt
    Registered: Tue Nov 25 14:28:33 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Tue Nov 25 14:22:11 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...
    perldoc.perl.org/functions/my.txt
    Registered: Tue Nov 25 15:43:45 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Tue Nov 25 14:02:12 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  5. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Tue Nov 25 16:32:53 UTC 2025
    - 809 bytes
    - Viewed (0)
  6. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Tue Nov 25 15:29:28 UTC 2025
    - 454 bytes
    - Viewed (0)
  7. Test2::Event::Subtest.txt

    package Test2::Event::Subtest; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffer...
    perldoc.perl.org/Test2::Event::Subtest.txt
    Registered: Mon Dec 01 09:17:49 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  8. perlunicode - Unicode support in Perl - Perldoc...

    perlunicode ( source , CPAN ) CONTENTS NAME DESCRIPTION Important Caveats Byte and Character Semantics ASCII Rules ve...
    perldoc.perl.org/perlunicode Similar Results (1)
    Registered: Fri Dec 05 11:20:37 UTC 2025
    - 137.9K bytes
    - Viewed (0)
  9. perl5161delta - what is new for perl v5.16.1 - ...

    perl5161delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security an off-by-two error in Scalar-List-Util has been f...
    perldoc.perl.org/perl5161delta
    Registered: Fri Dec 05 11:47:57 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  10. perlunitut - Perl Unicode Tutorial - Perldoc Br...

    perlunitut ( source , CPAN ) CONTENTS NAME DESCRIPTION Definitions Unicode UTF-8 Text strings (character strings) Bin...
    perldoc.perl.org/perlunitut Similar Results (1)
    Registered: Fri Dec 05 11:50:46 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top