Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  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.18'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.26.1/CPAN
    Sat Dec 27 11:31:18 GMT 2025
      138K bytes
      Similar Results (1)
  2. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.11'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.22.2/CPAN
    Sat Dec 27 11:31:27 GMT 2025
      136.7K bytes
  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.00'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.18.1/CPAN
    Sat Dec 27 11:31:57 GMT 2025
      134.2K bytes
      Similar Results (6)
  4. 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.43.3/CPAN
    Sat Dec 27 11:34:15 GMT 2025
      146.1K bytes
      Similar Results (6)
  5. 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.2/CPAN
    Sat Dec 27 11:30:23 GMT 2025
      218.6K bytes
      Similar Results (1)
  6. our

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...
    perldoc.perl.org/5.43.6/functions/our
    Mon Jan 12 04:43:33 GMT 2026
      4.6K bytes
      Similar Results (5)
  7. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/5.40.0/functions/state
    Mon Jan 12 04:44:51 GMT 2026
      1.9K bytes
  8. 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.42.0/functions/state
    Mon Jan 12 04:49:18 GMT 2026
      1.9K bytes
      Similar Results (2)
  9. ExtUtils::ParseXS::Node.txt

    package ExtUtils::ParseXS::Node; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Node - Classes for nodes of an ExtUtils::ParseXS AST =head1 SYNOPSIS XXX TBC =head1 ...
    perldoc.perl.org/ExtUtils::ParseXS::Node.txt
    Tue Jan 27 17:45:24 GMT 2026
      52.9K bytes
  10. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Tue Jan 27 16:15:21 GMT 2026
      29.6K bytes
Back to Top