- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1821 - 1830 of 2,387 for filetype:txt (0.04 sec)
-
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.txtRegistered: Tue Nov 05 10:02:43 UTC 2024 - 308 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 07:16:42 UTC 2024 - 297 bytes - Viewed (0) -
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 153perldoc.perl.org/functions/y.txtRegistered: Tue Nov 05 16:43:16 UTC 2024 - 153 bytes - Viewed (0) -
__DATA__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__DATA__.txt Similar Results (1)Registered: Tue Nov 05 17:23:28 UTC 2024 - 109 bytes - Viewed (0) -
s.txt
=over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98perldoc.perl.org/functions/s.txtRegistered: Tue Nov 05 15:33:01 UTC 2024 - 98 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 04 17:09:55 UTC 2024 - 7.4K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 03:02:25 UTC 2024 - 4.7K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 02:48:37 UTC 2024 - 3.8K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 05:36:23 UTC 2024 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 01:35:19 UTC 2024 - 604 bytes - Viewed (0)