- Sort Score
- Num 10 results
- Language All
- Labels All
Results 5141 - 5150 of 7,713 for content_length:[0 TO 9999] (0.44 seconds)
-
ADJUST.txt
=over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90perldoc.perl.org/functions/ADJUST.txtMon Feb 02 01:35:24 GMT 2026 90 bytes -
tie.txt
=over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...perldoc.perl.org/functions/tie.txtTue Feb 03 00:50:21 GMT 2026 2.9K bytes -
m.txt
=over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90perldoc.perl.org/functions/m.txtTue Feb 03 04:06:50 GMT 2026 90 bytes -
ExtUtils::Miniperl.txt
#!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...perldoc.perl.org/ExtUtils::Miniperl.txtTue Jan 27 19:44:41 GMT 2026 6.9K bytes -
File::Spec::OS2.txt
package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...perldoc.perl.org/File::Spec::OS2.txtWed Jan 28 01:24:41 GMT 2026 6.6K bytes -
FindBin.txt
# FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...perldoc.perl.org/FindBin.txtTue Jan 27 23:09:26 GMT 2026 4.7K bytes -
Test2::Manual::Tooling::Formatter.txt
package Test2::Manual::Tooling::Formatter; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...perldoc.perl.org/Test2::Manual::Tooling::Formatter.txtThu Jan 29 16:07:01 GMT 2026 2.8K bytes -
Test2::Plugin::UTF8.txt
package Test2::Plugin::UTF8; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::API qw{ test2_add_callback_post_load test2_stack }; my $LOADED = 0; sub import { my ...perldoc.perl.org/Test2::Plugin::UTF8.txtThu Jan 29 17:06:52 GMT 2026 2.7K bytes -
Test2::Event::Ok.txt
package Test2::Event::Ok; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{ pass effective_pass name tod...perldoc.perl.org/Test2::Event::Ok.txtThu Jan 29 20:46:17 GMT 2026 3.1K bytes -
Test2::Event::Subtest.txt
package Test2::Event::Subtest; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffer...perldoc.perl.org/Test2::Event::Subtest.txtThu Jan 29 20:21:53 GMT 2026 3.3K bytes