Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 1,306 for label:perl (0.17 sec)

  1. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Sat Jun 07 08:21:32 UTC 2025
    - 516 bytes
    - Viewed (0)
  2. ${^UTF8CACHE}.txt

    =over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...
    perldoc.perl.org/variables/${^UTF8CACHE}.txt
    Registered: Sat Jun 07 06:14:13 UTC 2025
    - 468 bytes
    - Viewed (0)
  3. ${^LAST_FH}.txt

    =over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...
    perldoc.perl.org/variables/${^LAST_FH}.txt
    Registered: Sat Jun 07 08:50:48 UTC 2025
    - 415 bytes
    - Viewed (0)
  4. $^A.txt

    =over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...
    perldoc.perl.org/variables/$^A.txt
    Registered: Sat Jun 07 09:00:55 UTC 2025
    - 462 bytes
    - Viewed (0)
  5. $~.txt

    =over =item HANDLE->format_name(EXPR) =item $FORMAT_NAME =item $~ X<$~> X<$FORMAT_NAME> The name of the current report format for the currently selected output channel. The default format name is t...
    perldoc.perl.org/variables/$~.txt
    Registered: Sat Jun 07 11:13:14 UTC 2025
    - 355 bytes
    - Viewed (0)
  6. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Sat Jun 07 16:20:15 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  7. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Sat Jun 07 22:14:35 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  8. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...
    perldoc.perl.org/Benchmark.txt
    Registered: Sat Jun 07 22:08:58 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  9. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Sat Jun 07 18:54:58 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  10. CPAN::Meta::History::Meta_1_2.txt

    =for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txt
    Registered: Sat Jun 07 17:19:22 UTC 2025
    - 16.7K bytes
    - Viewed (0)
Back to top