Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2901 - 2910 of 3,598 for filetype:txt (1.08 sec)

  1. perl561delta.txt

    =head1 NAME perl561delta - what's new for perl v5.6.1 =head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.1 release. =head1 Summary of changes between 5.6.0...
    perldoc.perl.org/perl561delta.txt
    Registered: Sat Dec 06 03:45:23 UTC 2025
    - 121.8K bytes
    - Viewed (0)
  2. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Sun Dec 07 08:18:55 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  3. @INC.txt

    =over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...
    perldoc.perl.org/variables/@INC.txt
    Registered: Sun Dec 07 05:27:59 UTC 2025
    - 987 bytes
    - Viewed (0)
  4. $|.txt

    =over =item HANDLE->autoflush( EXPR ) =item $OUTPUT_AUTOFLUSH =item $| X<$|> X<autoflush> X<flush> X<$OUTPUT_AUTOFLUSH> If set to nonzero, forces a flush right away and after every write or print o...
    perldoc.perl.org/variables/$|.txt
    Registered: Sun Dec 07 08:06:43 UTC 2025
    - 926 bytes
    - Viewed (0)
  5. $^O.txt

    =over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...
    perldoc.perl.org/variables/$^O.txt
    Registered: Sun Dec 07 07:30:18 UTC 2025
    - 670 bytes
    - Viewed (0)
  6. $^F.txt

    =over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...
    perldoc.perl.org/variables/$^F.txt
    Registered: Sun Dec 07 05:14:39 UTC 2025
    - 574 bytes
    - Viewed (0)
  7. $:.txt

    =over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...
    perldoc.perl.org/variables/$:.txt
    Registered: Sun Dec 07 10:07:10 UTC 2025
    - 520 bytes
    - Viewed (0)
  8. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Sun Dec 07 15:41:11 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  9. Net::Ping.txt

    package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...
    perldoc.perl.org/Net::Ping.txt
    Registered: Tue Dec 09 00:18:43 UTC 2025
    - 82.1K bytes
    - Viewed (0)
  10. Math::BigInt::Lib.txt

    package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...
    perldoc.perl.org/Math::BigInt::Lib.txt
    Registered: Mon Dec 08 19:11:28 UTC 2025
    - 78.8K bytes
    - Viewed (0)
Back to top