Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2341 - 2350 of 2,464 for filetype:txt (0.05 sec)

  1. fork.txt

    =over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...
    perldoc.perl.org/functions/fork.txt
    Registered: Tue Nov 05 06:19:52 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. 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: Tue Nov 05 06:44:30 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. 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: Tue Nov 05 09:13:52 UTC 2024
    - 859 bytes
    - Viewed (0)
  4. shutdown.txt

    =over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...
    perldoc.perl.org/functions/shutdown.txt
    Registered: Tue Nov 05 08:16:24 UTC 2024
    - 813 bytes
    - Viewed (0)
  5. msgsnd.txt

    =over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...
    perldoc.perl.org/functions/msgsnd.txt
    Registered: Tue Nov 05 07:30:23 UTC 2024
    - 506 bytes
    - Viewed (0)
  6. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Tue Nov 05 10:02:43 UTC 2024
    - 308 bytes
    - Viewed (0)
  7. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Tue Nov 05 07:16:42 UTC 2024
    - 297 bytes
    - Viewed (0)
  8. y.txt

    =over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153
    perldoc.perl.org/functions/y.txt
    Registered: Tue Nov 05 16:43:16 UTC 2024
    - 153 bytes
    - Viewed (0)
  9. __DATA__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__DATA__.txt Similar Results (1)
    Registered: Tue Nov 05 17:23:28 UTC 2024
    - 109 bytes
    - Viewed (0)
  10. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Tue Nov 05 15:33:01 UTC 2024
    - 98 bytes
    - Viewed (0)
Back to top