- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,615 for host:perldoc.perl.org (0.08 sec)
-
sort - Perldoc Browser
functions / sort ( source , CPAN ) sort may also refer to the module: sort # sort SUBNAME LIST # sort BLOCK LIST # so...perldoc.perl.org/functions/sortRegistered: Fri Nov 15 12:08:42 UTC 2024 - 29.3K bytes - Viewed (0) -
pack - Perldoc Browser
functions / pack ( source , CPAN ) # pack TEMPLATE,LIST Takes a LIST of values and converts it into a string using th...perldoc.perl.org/functions/packRegistered: Fri Nov 15 12:08:57 UTC 2024 - 48.8K bytes - Viewed (0) -
cos - Perldoc Browser
functions / cos ( source , CPAN ) # cos EXPR # cos Returns the cosine of EXPR (expressed in radians). If EXPR is omit...perldoc.perl.org/functions/cosRegistered: Fri Nov 15 12:09:03 UTC 2024 - 20.1K bytes - Viewed (0) -
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Fri Nov 15 15:47:01 UTC 2024 - 39.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::FAQ.txt
package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txtRegistered: Sat Nov 16 05:48:22 UTC 2024 - 19.8K bytes - Viewed (0) -
File::Copy.txt
# File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...perldoc.perl.org/File::Copy.txtRegistered: Sat Nov 16 04:36:22 UTC 2024 - 15.8K bytes - Viewed (0) -
Digest.txt
package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...perldoc.perl.org/Digest.txtRegistered: Sat Nov 16 04:06:56 UTC 2024 - 11K bytes - Viewed (0) -
Encode::GSM0338.txt
# # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...perldoc.perl.org/Encode::GSM0338.txtRegistered: Sat Nov 16 04:03:22 UTC 2024 - 12.7K bytes - Viewed (0) -
ExtUtils::Miniperl.txt
#!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...perldoc.perl.org/ExtUtils::Miniperl.txtRegistered: Sat Nov 16 03:22:40 UTC 2024 - 6.9K bytes - Viewed (0) -
Env.txt
package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...perldoc.perl.org/Env.txtRegistered: Sat Nov 16 04:24:13 UTC 2024 - 5.4K bytes - Viewed (0)