Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 1,316 for label:perl (0.06 sec)

  1. ] ); $new->html_header_after_title( join "\...

    package Pod::Simple::HTML; use strict; use warnings; use Pod::Simple::PullParser (); our @ISA = ('Pod::Simple::PullParser'); our $VERSION = '3.45'; BEGIN { if(defined &DEBUG) { } # no-op elsif( def...
    perldoc.perl.org/Pod::Simple::HTML.txt
    Registered: Fri Sep 05 09:34:31 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  2. Pod::Text::Termcap.txt

    # Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...
    perldoc.perl.org/Pod::Text::Termcap.txt
    Registered: Fri Sep 05 10:12:27 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  3. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Fri Sep 05 09:57:40 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  4. IPC::SharedMem.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SharedMem.txt
    Registered: Fri Sep 05 07:29:30 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  5. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Fri Sep 05 11:49:39 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  6. Scalar::List::Utils.txt

    package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.69"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 ...
    perldoc.perl.org/Scalar::List::Utils.txt
    Registered: Fri Sep 05 07:02:04 UTC 2025
    - 795 bytes
    - Viewed (0)
  7. Memoize::SDBM_File.txt

    use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.17'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...
    perldoc.perl.org/Memoize::SDBM_File.txt
    Registered: Fri Sep 05 10:56:22 UTC 2025
    - 522 bytes
    - Viewed (0)
  8. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Thu Sep 04 10:36:29 UTC 2025
    - 40K bytes
    - Viewed (0)
  9. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.07'; package Tie::Hash ; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, undef } qw( Fetch_Key Fetch...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Thu Sep 04 13:09:00 UTC 2025
    - 14K bytes
    - Viewed (0)
  10. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Thu Sep 04 09:44:14 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top