- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 1,306 for label:perl (0.03 sec)
-
Time::localtime.txt
package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...perldoc.perl.org/Time::localtime.txtRegistered: Mon Jun 02 04:38:56 UTC 2025 - 2.3K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Mon Jun 02 02:39:29 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Require::ExtendedTesting.txt
package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...perldoc.perl.org/Test2::Require::ExtendedTesting.txtRegistered: Mon Jun 02 01:50:49 UTC 2025 - 1.2K 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: Wed May 28 08:04:27 UTC 2025 - 127.2K bytes - Viewed (0) -
perlhack.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...perldoc.perl.org/perlhack.txtRegistered: Wed May 28 17:37:56 UTC 2025 - 44K 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.txtRegistered: Wed May 28 17:18:51 UTC 2025 - 49.3K 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: Wed May 28 10:37:58 UTC 2025 - 34.7K 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: Wed May 28 08:13:16 UTC 2025 - 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: Wed May 28 11:34:31 UTC 2025 - 7K bytes - Viewed (0) -
perlguts.txt
=for comment The part of this file between =for mg_vtable.pl markers is auto generated by mg_vtable.pl; any changes there need to be made instead to mg_vtable.pl =head1 NAME perlguts - Introduction...perldoc.perl.org/perlguts.txtRegistered: Wed May 28 07:30:32 UTC 2025 - 198.9K bytes - Viewed (0)