- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of 3,197 for filetype:txt (0.06 sec)
-
lock.txt
=over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...perldoc.perl.org/functions/lock.txtRegistered: Thu Nov 28 05:22:31 UTC 2024 - 565 bytes - Viewed (0) -
getpriority.txt
=over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...perldoc.perl.org/functions/getpriority.txtRegistered: Thu Nov 28 05:52:52 UTC 2024 - 426 bytes - Viewed (0) -
__DATA__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__DATA__.txt Similar Results (1)Registered: Thu Nov 28 09:14:04 UTC 2024 - 109 bytes - Viewed (0) -
autouse.txt
package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...perldoc.perl.org/autouse.txtRegistered: Thu Nov 28 15:19:37 UTC 2024 - 4.1K bytes - Viewed (0) -
y.txt
=over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153perldoc.perl.org/functions/y.txtRegistered: Thu Nov 28 10:30:20 UTC 2024 - 153 bytes - Viewed (0) -
s.txt
=over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98perldoc.perl.org/functions/s.txtRegistered: Thu Nov 28 11:09:12 UTC 2024 - 98 bytes - Viewed (0) -
Benchmark.txt
package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...perldoc.perl.org/Benchmark.txtRegistered: Thu Nov 28 21:44:43 UTC 2024 - 30.3K bytes - Viewed (0) -
bigint.txt
package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigint.txtRegistered: Thu Nov 28 15:26:54 UTC 2024 - 22.6K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Thu Nov 28 22:38:40 UTC 2024 - 20.1K bytes - Viewed (0) -
utf8.txt
package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...perldoc.perl.org/utf8.txtRegistered: Thu Nov 28 21:57:33 UTC 2024 - 10.6K bytes - Viewed (0)