- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 2,615 for host:perldoc.perl.org (0.06 sec)
-
gethostbyname - Perldoc Browser
functions / gethostbyname ( source , CPAN ) # getpwnam NAME # getgrnam NAME # gethostbyname NAME # getnetbyname NAME ...perldoc.perl.org/functions/gethostbyname Similar Results (29)Registered: Fri Nov 15 12:17:12 UTC 2024 - 31K bytes - Viewed (0) -
state - Perldoc Browser
functions / state ( source , CPAN ) # state VARLIST # state TYPE VARLIST # state VARLIST : ATTRS # state TYPE VARLIST...perldoc.perl.org/functions/stateRegistered: Fri Nov 15 12:17:54 UTC 2024 - 22.5K 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: Fri Nov 15 19:25:24 UTC 2024 - 20.6K bytes - Viewed (0) -
constant.txt
package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...perldoc.perl.org/constant.txtRegistered: Fri Nov 15 16:05:48 UTC 2024 - 14.4K bytes - Viewed (0) -
autodie.txt
package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...perldoc.perl.org/autodie.txtRegistered: Fri Nov 15 16:19:42 UTC 2024 - 12.1K bytes - Viewed (0) -
CPAN::Distroprefs.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...perldoc.perl.org/CPAN::Distroprefs.txtRegistered: Fri Nov 15 20:31:15 UTC 2024 - 11.7K bytes - Viewed (0) -
CPAN::Plugin::Specfile.txt
=head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...perldoc.perl.org/CPAN::Plugin::Specfile.txtRegistered: Fri Nov 15 15:34:39 UTC 2024 - 8.5K bytes - Viewed (0) -
Amiga::ARexx.txt
package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...perldoc.perl.org/Amiga::ARexx.txtRegistered: Fri Nov 15 23:19:18 UTC 2024 - 6.7K bytes - Viewed (0) -
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtRegistered: Fri Nov 15 16:26:12 UTC 2024 - 1.6K bytes - Viewed (0) -
overloading.txt
package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...perldoc.perl.org/overloading.txtRegistered: Sat Nov 16 00:19:34 UTC 2024 - 1.8K bytes - Viewed (0)