Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. perlandroid.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlandroid.txt
    Registered: Sun Aug 31 01:32:21 UTC 2025
    - 8K bytes
    - Viewed (0)
  2. perl583delta.txt

    =head1 NAME perl583delta - what is new for perl v5.8.3 =head1 DESCRIPTION This document describes differences between the 5.8.2 release and the 5.8.3 release. If you are upgrading from an earlier r...
    perldoc.perl.org/perl583delta.txt
    Registered: Sun Aug 31 02:03:18 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  3. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Sun Aug 31 03:01:49 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  4. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Sun Aug 31 02:10:58 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  5. Pod::Simple::Search.txt

    package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...
    perldoc.perl.org/Pod::Simple::Search.txt
    Registered: Fri Sep 05 13:45:12 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  6. IO::Uncompress::AnyInflate.txt

    package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Fri Sep 05 19:31:23 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  7. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Fri Sep 05 18:36:44 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  8. Parse::CPAN::Meta.txt

    use 5.008001; use strict; use warnings; package Parse::CPAN::Meta; # ABSTRACT: Parse META.yml and META.json CPAN metadata files our $VERSION = '2.150010'; use Exporter; use Carp 'croak'; our @ISA =...
    perldoc.perl.org/Parse::CPAN::Meta.txt
    Registered: Fri Sep 05 17:36:37 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  9. Pod::Simple::Checker.txt

    # A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...
    perldoc.perl.org/Pod::Simple::Checker.txt
    Registered: Fri Sep 05 16:41:59 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  10. Pod::Perldoc::ToTk.txt

    package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...
    perldoc.perl.org/Pod::Perldoc::ToTk.txt
    Registered: Fri Sep 05 14:53:33 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top