Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 6,339 for content_length:[0 TO 9999] (0.05 sec)

  1. Pod::Simple::XMLOutStream.txt

    package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Thu Oct 30 14:53:19 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Thu Oct 30 08:34:44 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Thu Oct 30 11:06:46 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. Apache Maven WAR Plugin โ€“ CPD Results

    CPD Results The following document contains the results of PMD's CPD 6.49.0. Duplications CPD found no problems in yo...
    maven.apache.org/plugins/maven-war-plugin/cpd.html
    Registered: Fri Oct 24 14:58:22 UTC 2025
    - Last Modified: Wed Jul 24 17:36:25 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  5. $].txt

    =over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...
    perldoc.perl.org/variables/$].txt
    Registered: Sat Oct 25 05:13:39 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. ${^MATCH}.txt

    =over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...
    perldoc.perl.org/variables/${^MATCH}.txt
    Registered: Sat Oct 25 06:59:26 UTC 2025
    - 498 bytes
    - Viewed (0)
  7. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Sat Oct 25 04:42:29 UTC 2025
    - 408 bytes
    - Viewed (0)
  8. ptardiff.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/ptardiff.txt
    Registered: Sat Oct 25 17:44:32 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. $?.txt

    =over =item $CHILD_ERROR =item $? X<$?> X<$CHILD_ERROR> The status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<system()> o...
    perldoc.perl.org/variables/$?.txt
    Registered: Sat Oct 25 13:41:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. ${^TAINT}.txt

    =over =item ${^TAINT} X<${^TAINT}> Reflects if taint mode is on or off. 1 for on (the program was run with B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with B<-t> or B<-TU>). No...
    perldoc.perl.org/variables/${^TAINT}.txt
    Registered: Sat Oct 25 14:29:00 UTC 2025
    - 421 bytes
    - Viewed (0)
Back to top