- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1111 - 1120 of 1,306 for label:perl (0.13 sec)
-
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: Sat Apr 19 10:37:36 UTC 2025 - 604 bytes - Viewed (0) -
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: Sat Apr 19 10:20:43 UTC 2025 - 308 bytes - Viewed (0) -
__PACKAGE__.txt
=over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120perldoc.perl.org/functions/__PACKAGE__.txtRegistered: Sat Apr 19 11:58:52 UTC 2025 - 120 bytes - Viewed (0) -
Module::CoreList.txt
=head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...perldoc.perl.org/Module::CoreList.txtRegistered: Sat Apr 19 17:49:34 UTC 2025 - 8.2K bytes - Viewed (0) -
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.txtRegistered: Sat Apr 19 13:56:50 UTC 2025 - 534 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: Sat Apr 19 15:16:47 UTC 2025 - 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: Sat Apr 19 13:05:37 UTC 2025 - 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: Sat Apr 19 15:35:24 UTC 2025 - 98 bytes - Viewed (0) -
Math::BigRat.txt
# # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...perldoc.perl.org/Math::BigRat.txtRegistered: Sat Apr 19 17:54:29 UTC 2025 - 94.8K bytes - Viewed (0) -
Unicode::Collate.txt
package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...perldoc.perl.org/Unicode::Collate.txtRegistered: Sat Apr 19 19:53:48 UTC 2025 - 64.1K bytes - Viewed (0)