Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1821 - 1830 of 2,387 for filetype:txt (0.04 sec)

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

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The L<C<exec>|/exec LIST> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of L<C<exec...
    perldoc.perl.org/functions/exec.txt
    Registered: Tue Nov 05 02:48:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Tue Nov 05 05:36:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Tue Nov 05 01:35:19 UTC 2024
    - 604 bytes
    - Viewed (0)
Back to top