Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 8291 - 8300 of about 10,000 for content_length:[10000 TO 99999] (0.26 sec)

  1. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt Similar Results (1)
    Registered: Tue May 20 05:58:34 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  2. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Tue May 20 04:52:29 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  3. IPC::Cmd.txt

    package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...
    perldoc.perl.org/IPC::Cmd.txt
    Registered: Thu May 22 20:11:53 UTC 2025
    - 66K bytes
    - Viewed (0)
  4. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Thu May 22 19:45:11 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  5. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Thu May 22 18:22:18 UTC 2025
    - 13K bytes
    - Viewed (0)
  6. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Thu May 22 18:44:18 UTC 2025
    - 14K bytes
    - Viewed (0)
  7. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Thu May 22 20:26:13 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  8. Pod::Simple::PullParser.txt

    package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...
    perldoc.perl.org/Pod::Simple::PullParser.txt
    Registered: Fri May 23 14:45:00 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  9. TAP::Parser::Scheduler.txt

    package TAP::Parser::Scheduler; use strict; use warnings; use Carp; use TAP::Parser::Scheduler::Job; use TAP::Parser::Scheduler::Spinner; =head1 NAME TAP::Parser::Scheduler - Schedule tests during ...
    perldoc.perl.org/TAP::Parser::Scheduler.txt
    Registered: Fri May 23 17:27:03 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  10. .serialize() | jQuery API Documentation

    jQuery API Documentation .serialize() Returns: String Description: Encode a set of form elements as a string for subm...
    api.jquery.com/serialize/
    Registered: Mon May 26 00:28:45 UTC 2025
    - Last Modified: Mon May 26 00:28:45 UTC 2025
    - 41.2K bytes
    - Viewed (0)
Back to top