- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1241 - 1250 of 6,887 for content_length:[0 TO 9999] (0.41 sec)
-
deprecate.txt
package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...perldoc.perl.org/deprecate.txtRegistered: Sun Apr 20 08:19:44 UTC 2025 - 4.5K bytes - Viewed (0) -
CORE.txt
=head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...perldoc.perl.org/CORE.txtRegistered: Sun Apr 20 09:14:44 UTC 2025 - 3.1K bytes - Viewed (0) -
B::Terse.txt
package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...perldoc.perl.org/B::Terse.txtRegistered: Sun Apr 20 08:37:37 UTC 2025 - 2.8K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Sun Apr 20 03:42:11 UTC 2025 - 1.3K bytes - Viewed (0) -
ok.txt
package ok; our $VERSION = '1.302199'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...perldoc.perl.org/ok.txtRegistered: Sun Apr 20 05:49:39 UTC 2025 - 971 bytes - Viewed (0) -
DBM_Filter::utf8.txt
package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...perldoc.perl.org/DBM_Filter::utf8.txtRegistered: Sun Apr 20 04:35:34 UTC 2025 - 777 bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Sun Apr 20 10:41:49 UTC 2025 - 8.5K bytes - Viewed (0) -
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Sun Apr 20 11:16:49 UTC 2025 - 2.1K bytes - Viewed (0) -
SelectSaver.txt
package SelectSaver; our $VERSION = '1.02'; =head1 NAME SelectSaver - save and restore selected file handle =head1 SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new(FILEHANDLE); # FILEHANDLE...perldoc.perl.org/SelectSaver.txtRegistered: Tue Apr 22 01:49:51 UTC 2025 - 1.1K bytes - Viewed (0) -
class Fiddle::CUnion - Documentation for Ruby 3.5
class Fiddle::CUnion: A base class for objects representing a C uniondocs.ruby-lang.org/en/master/Fiddle/CUnion.htmlRegistered: Mon Feb 03 03:28:25 UTC 2025 - Last Modified: Fri Jan 17 13:20:11 UTC 2025 - 4.5K bytes - Viewed (0)