- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 801 - 810 of 1,302 for label:perl (0.06 sec)
-
SDBM_File.txt
package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...perldoc.perl.org/SDBM_File.txtRegistered: Sun Nov 17 09:41:29 UTC 2024 - 3.7K bytes - Viewed (0) -
PerlIO::via::QuotedPrint.txt
# Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...perldoc.perl.org/PerlIO::via::QuotedPrint.txtRegistered: Sun Nov 17 11:10:41 UTC 2024 - 4.6K bytes - Viewed (0) -
Pod::Simple::PullParserTextToken.txt
package Pod::Simple::PullParserTextToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(t...perldoc.perl.org/Pod::Simple::PullParserTextToken.txtRegistered: Sun Nov 17 13:06:12 UTC 2024 - 3.3K bytes - Viewed (0) -
TAP::Formatter::Console::ParallelSession.txt
package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txtRegistered: Sun Nov 17 10:45:16 UTC 2024 - 4.1K bytes - Viewed (0) -
TAP::Parser::Result::Pragma.txt
package TAP::Parser::Result::Pragma; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Pragma - TAP pragma token. =head1 VERSION Version 3.48 =cut our $VERS...perldoc.perl.org/TAP::Parser::Result::Pragma.txtRegistered: Sun Nov 17 10:03:28 UTC 2024 - 946 bytes - Viewed (0) -
perlglossary.txt
=encoding utf8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20240218 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, derived fr...perldoc.perl.org/perlglossary.txtRegistered: Tue Nov 19 11:32:53 UTC 2024 - 134.4K bytes - Viewed (0) -
perlunicook.txt
=encoding utf8 =head1 NAME perlunicook - cookbookish examples of handling Unicode in Perl =head1 DESCRIPTION This manpage contains short recipes demonstrating how to handle common Unicode operation...perldoc.perl.org/perlunicook.txtRegistered: Tue Nov 19 12:07:57 UTC 2024 - 24.8K bytes - Viewed (0) -
${^OPEN}.txt
=over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...perldoc.perl.org/variables/${^OPEN}.txtRegistered: Tue Nov 19 07:33:52 UTC 2024 - 1.4K bytes - Viewed (0) -
$|.txt
=over =item HANDLE->autoflush( EXPR ) =item $OUTPUT_AUTOFLUSH =item $| X<$|> X<autoflush> X<flush> X<$OUTPUT_AUTOFLUSH> If set to nonzero, forces a flush right away and after every write or print o...perldoc.perl.org/variables/$|.txtRegistered: Tue Nov 19 07:53:55 UTC 2024 - 926 bytes - Viewed (0) -
%!.txt
=over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...perldoc.perl.org/variables/%!.txtRegistered: Tue Nov 19 09:29:13 UTC 2024 - 758 bytes - Viewed (0)