Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 7651 - 7660 of about 10,000 for content_length:[10000 TO 99999] (0.17 sec)

  1. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Wed May 21 20:55:51 UTC 2025
    - 41K bytes
    - Viewed (0)
  2. DynaLoader.txt

    # Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...
    perldoc.perl.org/DynaLoader.txt
    Registered: Wed May 21 21:54:18 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  3. CPAN::Meta::Validator.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Validator.txt
    Registered: Wed May 21 19:09:29 UTC 2025
    - 33.1K bytes
    - Viewed (0)
  4. Devel::Peek.txt

    # Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...
    perldoc.perl.org/Devel::Peek.txt
    Registered: Wed May 21 19:55:27 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  5. SelfLoader.txt

    package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.27"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...
    perldoc.perl.org/SelfLoader.txt
    Registered: Fri May 23 06:02:21 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  6. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Fri May 23 09:24:44 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  7. functions.txt

    =pod I<Full documentation of builtin functions: L<perlfunc>> =head2 Perl Functions by Category X<function> Here are Perl's functions (including things that look like functions, like some keywords a...
    perldoc.perl.org/functions.txt
    Registered: Mon May 19 12:04:09 UTC 2025
    - 26K bytes
    - Viewed (0)
  8. chomp - Perldoc Browser

    functions / chomp ( source , CPAN ) # chomp VARIABLE # chomp( LIST ) # chomp This safer version of chop removes any t...
    perldoc.perl.org/functions/chomp
    Registered: Mon May 19 12:04:12 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  9. lc - Perldoc Browser

    functions / lc ( source , CPAN ) # lc EXPR # lc Returns a lowercased version of EXPR. If EXPR is omitted, uses $_ . m...
    perldoc.perl.org/functions/lc
    Registered: Mon May 19 12:04:17 UTC 2025
    - 17.9K bytes
    - Viewed (0)
  10. semget - Perldoc Browser

    functions / semget ( source , CPAN ) # semget KEY,NSEMS,FLAGS Calls the System V IPC function semget(2) . Returns the...
    perldoc.perl.org/functions/semget
    Registered: Mon May 19 12:21:31 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top