Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 6,340 for content_length:[0 TO 9999] (0.08 sec)

  1. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Tue Nov 04 01:47:22 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. AnyDBM_File.txt

    package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...
    perldoc.perl.org/AnyDBM_File.txt
    Registered: Tue Nov 04 03:02:49 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. source::encoding.txt

    package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...
    perldoc.perl.org/source::encoding.txt
    Registered: Tue Nov 04 04:12:02 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. ok.txt

    package ok; our $VERSION = '1.302210'; 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.txt
    Registered: Tue Nov 04 03:30:56 UTC 2025
    - 971 bytes
    - Viewed (0)
  5. PropertySet Type

    PropertySet Since Apache Ant 1.6 Groups a set of properties to be used by reference in a task that supports this. Att...
    ant.apache.org/manual/Types/propertyset.html
    Registered: Wed Nov 05 00:12:53 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  6. Properties controlling javac

    The source and target attributes of <javac> don't have any default values for historical reasons. Since the underlyin...
    ant.apache.org/manual/javacprops.html
    Registered: Wed Nov 05 00:11:43 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  7. MultiRootFileSet Type

    MultiRootFileSet Since Ant 1.9.4 A MultiRootFileSet is a group of files or directories. These files or directories ca...
    ant.apache.org/manual/Types/multirootfileset.html
    Registered: Wed Nov 05 00:11:54 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  8. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Mon Nov 03 20:51:50 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  9. strict.txt

    package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Mon Nov 03 19:53:55 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Nov 03 23:52:45 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top