- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 2,615 for host:perldoc.perl.org (0.11 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: Sat Nov 16 01:21:56 UTC 2024 - 255K bytes - Viewed (0) -
perlintern.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...perldoc.perl.org/perlintern.txtRegistered: Tue Nov 19 21:01:47 UTC 2024 - 127.2K bytes - Viewed (0) -
perlxstut.txt
=head1 NAME perlxstut - Tutorial for writing XSUBs =head1 DESCRIPTION This tutorial will educate the reader on the steps involved in creating a Perl extension. The reader is assumed to have access ...perldoc.perl.org/perlxstut.txt Similar Results (1)Registered: Tue Nov 19 15:59:19 UTC 2024 - 49.3K bytes - Viewed (0) -
perlclib.txt
=head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...perldoc.perl.org/perlclib.txtRegistered: Tue Nov 19 21:54:23 UTC 2024 - 52.4K bytes - Viewed (0) -
perliol.txt
=head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...perldoc.perl.org/perliol.txtRegistered: Tue Nov 19 20:20:13 UTC 2024 - 34.7K bytes - Viewed (0) -
perlmod.txt
=head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...perldoc.perl.org/perlmod.txtRegistered: Tue Nov 19 19:37:47 UTC 2024 - 25.9K bytes - Viewed (0) -
perlfaq2.txt
=pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...perldoc.perl.org/perlfaq2.txtRegistered: Tue Nov 19 17:28:46 UTC 2024 - 10.3K bytes - Viewed (0) -
perltrap.txt
=head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...perldoc.perl.org/perltrap.txtRegistered: Tue Nov 19 16:37:35 UTC 2024 - 10.4K bytes - Viewed (0) -
perlsource.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...perldoc.perl.org/perlsource.txtRegistered: Tue Nov 19 19:55:40 UTC 2024 - 7K bytes - Viewed (0) -
HTTP::Tiny.txt
# vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...perldoc.perl.org/HTTP::Tiny.txtRegistered: Sat Nov 16 22:48:13 UTC 2024 - 79.3K bytes - Viewed (0)