- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2051 - 2060 of 3,197 for filetype:txt (0.04 sec)
-
perlvar.txt
=head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...perldoc.perl.org/perlvar.txtRegistered: Tue Nov 19 01:01:28 UTC 2024 - 91K bytes - Viewed (0) -
Win32.txt
package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...perldoc.perl.org/Win32.txtRegistered: Tue Nov 19 00:00:47 UTC 2024 - 61.1K bytes - Viewed (0) -
Test::Simple.txt
package Test::Simple; use 5.006; use strict; our $VERSION = '1.302199'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...perldoc.perl.org/Test::Simple.txtRegistered: Mon Nov 18 23:11:54 UTC 2024 - 6.3K bytes - Viewed (0) -
Text::ParseWords.txt
package Text::ParseWords; use strict; use warnings; require 5.006; our $VERSION = "3.31"; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(shellwords quotewords nested_quotewords parse_line)...perldoc.perl.org/Text::ParseWords.txtRegistered: Mon Nov 18 23:04:40 UTC 2024 - 8.1K bytes - Viewed (0) -
Thread::Semaphore.txt
package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...perldoc.perl.org/Thread::Semaphore.txtRegistered: Mon Nov 18 20:05:43 UTC 2024 - 7.4K bytes - Viewed (0) -
Tie::Handle.txt
package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...perldoc.perl.org/Tie::Handle.txtRegistered: Mon Nov 18 22:39:49 UTC 2024 - 4.1K bytes - Viewed (0) -
Text::Abbrev.txt
package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...perldoc.perl.org/Text::Abbrev.txtRegistered: Mon Nov 18 20:36:34 UTC 2024 - 2K bytes - Viewed (0) -
Tie::Hash::NamedCapture.txt
use strict; package Tie::Hash::NamedCapture; our $VERSION = "0.13"; __END__ =head1 NAME Tie::Hash::NamedCapture - Named regexp capture buffers =head1 SYNOPSIS tie my %hash, "Tie::Hash::NamedCapture...perldoc.perl.org/Tie::Hash::NamedCapture.txtRegistered: Mon Nov 18 18:39:23 UTC 2024 - 1.5K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/index.md # Original Wiki contributors michaelfm1211 mfuji09 chrisdavidmills AryanzyRaj aliveupstairs...developer.mozilla.org/en-US/docs/Web/SVG/contributors.txtRegistered: Mon Nov 25 05:27:37 UTC 2024 - Last Modified: Fri Apr 14 01:39:23 UTC 2023 - 847 bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/element/ellipse/index.md # Original Wiki contributors alattalatta Jeremie fscholz chrisdavidmills St...developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse/contributors.txtRegistered: Mon Nov 25 05:33:34 UTC 2024 - Last Modified: Fri Apr 14 01:39:24 UTC 2023 - 293 bytes - Viewed (0)