- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,615 for host:perldoc.perl.org (0.04 sec)
-
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: Sun Nov 17 03:43:53 UTC 2024 - 16.7K bytes - Viewed (0) -
IPC::SysV.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::SysV.txtRegistered: Sat Nov 16 23:57:27 UTC 2024 - 4.5K bytes - Viewed (0) -
File::Spec::OS2.txt
package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...perldoc.perl.org/File::Spec::OS2.txtRegistered: Sat Nov 16 23:01:37 UTC 2024 - 6.6K bytes - Viewed (0) -
File::Spec::Epoc.txt
package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...perldoc.perl.org/File::Spec::Epoc.txtRegistered: Sun Nov 17 02:42:25 UTC 2024 - 1.5K bytes - Viewed (0) -
JSON::PP::Boolean.txt
package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...perldoc.perl.org/JSON::PP::Boolean.txtRegistered: Sun Nov 17 00:08:02 UTC 2024 - 852 bytes - Viewed (0) -
Locale::Maketext::Guts.txt
package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...perldoc.perl.org/Locale::Maketext::Guts.txtRegistered: Sun Nov 17 02:49:37 UTC 2024 - 451 bytes - Viewed (0) -
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)