Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2351 - 2360 of 2,476 for filetype:txt (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. __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)
  8. 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)
  9. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Mon Nov 04 17:09:55 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. our.txt

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...
    perldoc.perl.org/functions/our.txt
    Registered: Tue Nov 05 03:02:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top