- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
Config.txt
=head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...perldoc.perl.org/Config.txt Similar Results (1)Registered: Fri Apr 04 00:12:35 UTC 2025 - 255K bytes - Viewed (0) -
getgrgid.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/getgrgid.txt Similar Results (29)Registered: Thu Apr 03 10:28:12 UTC 2025 - 7K bytes - Viewed (0) -
BEGIN.txt
=over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178perldoc.perl.org/functions/BEGIN.txt Similar Results (4)Registered: Thu Apr 03 08:37:54 UTC 2025 - 178 bytes - Viewed (0) -
xor.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/functions/xor.txt Similar Results (12)Registered: Thu Apr 03 11:36:54 UTC 2025 - 192 bytes - Viewed (0) -
socket.txt
=over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...perldoc.perl.org/functions/socket.txtRegistered: Thu Apr 03 16:58:57 UTC 2025 - 561 bytes - Viewed (0) -
m.txt
=over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90perldoc.perl.org/functions/m.txtRegistered: Thu Apr 03 15:59:40 UTC 2025 - 90 bytes - Viewed (0) -
charnames.txt
package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...perldoc.perl.org/charnames.txtRegistered: Thu Apr 03 21:20:38 UTC 2025 - 20.6K bytes - Viewed (0) -
IO::Handle.txt
package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...perldoc.perl.org/IO::Handle.txtRegistered: Thu Apr 03 20:51:59 UTC 2025 - 16.7K bytes - Viewed (0) -
File::Glob.txt
package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...perldoc.perl.org/File::Glob.txtRegistered: Thu Apr 03 21:27:00 UTC 2025 - 12.3K bytes - Viewed (0) -
integer.txt
package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...perldoc.perl.org/integer.txtRegistered: Thu Apr 03 19:34:55 UTC 2025 - 3.2K bytes - Viewed (0)