Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 2,657 for host:perldoc.perl.org (0.02 sec)

  1. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.38.5-RC1/CPAN Similar Results (2)
    Registered: Sat Dec 27 11:33:00 UTC 2025
    - 144.4K bytes
    - Viewed (0)
  2. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '1.94_56'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over an...
    perldoc.perl.org/5.12.3/CPAN Similar Results (1)
    Registered: Sat Dec 27 11:30:58 UTC 2025
    - 130.2K bytes
    - Viewed (0)
  3. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.42.0-RC1/CPAN Similar Results (6)
    Registered: Sat Dec 27 11:35:17 UTC 2025
    - 146.1K bytes
    - Viewed (0)
  4. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN; $VERSION = '1.76_01'; $VERSION = eval $VERSION; # $Id: CPAN.pm,v 1.412 2003/07/31 14:53:04 k Exp $ # only used during devel...
    perldoc.perl.org/5.8.3/CPAN Similar Results (1)
    Registered: Sat Dec 27 11:28:47 UTC 2025
    - 218.6K bytes
    - Viewed (0)
  5. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/5.43.5/functions/state Similar Results (2)
    Registered: Mon Jan 12 04:52:51 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  6. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/ Similar Results (3)
    Registered: Fri Jan 16 21:19:42 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  7. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Fri Jan 16 21:29:54 UTC 2026
    - 310 bytes
    - Viewed (0)
  8. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Wed Jan 21 04:32:33 UTC 2026
    - 51.2K bytes
    - Viewed (0)
  9. Net::NNTP.txt

    # Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::NNTP.txt
    Registered: Wed Jan 21 04:55:44 UTC 2026
    - 32.7K bytes
    - Viewed (0)
  10. 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: Wed Jan 21 02:47:42 UTC 2026
    - 9.3K bytes
    - Viewed (0)
Back to top