Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2741 - 2750 of 3,598 for filetype:txt (3.7 sec)

  1. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Sat Dec 13 05:43:34 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  2. chown.txt

    =over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...
    perldoc.perl.org/functions/chown.txt
    Registered: Sat Dec 13 04:50:14 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. tell.txt

    =over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...
    perldoc.perl.org/functions/tell.txt
    Registered: Sat Dec 13 05:35:46 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. return.txt

    =over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...
    perldoc.perl.org/functions/return.txt
    Registered: Sat Dec 13 06:06:52 UTC 2025
    - 1013 bytes
    - Viewed (0)
  5. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Sat Dec 13 07:29:36 UTC 2025
    - 840 bytes
    - Viewed (0)
  6. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Sat Dec 13 08:55:23 UTC 2025
    - 622 bytes
    - Viewed (0)
  7. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Sat Dec 13 08:40:29 UTC 2025
    - 534 bytes
    - Viewed (0)
  8. given.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/given.txt Similar Results (2)
    Registered: Sat Dec 13 07:06:11 UTC 2025
    - 174 bytes
    - Viewed (0)
  9. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Sun Dec 14 08:38:25 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  10. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Sun Dec 14 09:00:22 UTC 2025
    - 23.7K bytes
    - Viewed (0)
Back to top