Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1801 - 1810 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon Jan 26 16:58:45 UTC 2026
    - 53.4K bytes
    - Viewed (0)
  2. perlootut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...
    perldoc.perl.org/perlootut.txt
    Registered: Mon Jan 26 15:57:35 UTC 2026
    - 26.1K bytes
    - Viewed (0)
  3. perlreftut.txt

    =head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...
    perldoc.perl.org/perlreftut.txt
    Registered: Mon Jan 26 14:55:31 UTC 2026
    - 18.3K bytes
    - Viewed (0)
  4. perlopentut.txt

    =encoding utf8 =head1 NAME perlopentut - simple recipes for opening files and pipes in Perl =head1 DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a B<fi...
    perldoc.perl.org/perlopentut.txt
    Registered: Mon Jan 26 16:31:57 UTC 2026
    - 14.9K bytes
    - Viewed (0)
  5. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Mon Jan 26 16:16:03 UTC 2026
    - 9.4K bytes
    - Viewed (0)
  6. strict.txt

    package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Mon Jan 26 14:23:47 UTC 2026
    - 5.4K bytes
    - Viewed (0)
  7. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Thu Jan 29 02:43:36 UTC 2026
    - 98.2K bytes
    - Viewed (0)
  8. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Thu Jan 29 04:53:56 UTC 2026
    - 6K bytes
    - Viewed (0)
  9. 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 Jan 29 04:30:58 UTC 2026
    - 4.5K bytes
    - Viewed (0)
  10. perlboot - Links to information on object-orien...

    perlboot ( source , CPAN ) CONTENTS NAME DESCRIPTION # NAME perlboot - Links to information on object-oriented progra...
    perldoc.perl.org/perlboot
    Registered: Mon Jan 26 12:17:25 UTC 2026
    - 14.8K bytes
    - Viewed (0)
Back to top