- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,657 for host:perldoc.perl.org (0.04 sec)
-
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) -
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) -
perl5302delta.txt
=encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...perldoc.perl.org/perl5302delta.txtRegistered: Thu Jan 01 13:21:42 UTC 2026 - 4.6K bytes - Viewed (0) -
perl5220delta.txt
=encoding utf8 =head1 NAME perl5220delta - what is new for perl v5.22.0 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgradin...perldoc.perl.org/perl5220delta.txt Similar Results (1)Registered: Thu Jan 01 22:10:29 UTC 2026 - 126.6K bytes - Viewed (0) -
perl5203delta.txt
=encoding utf8 =head1 NAME perl5203delta - what is new for perl v5.20.3 =head1 DESCRIPTION This document describes differences between the 5.20.2 release and the 5.20.3 release. If you are upgradin...perldoc.perl.org/perl5203delta.txtRegistered: Thu Jan 01 19:48:52 UTC 2026 - 9K bytes - Viewed (0) -
perl5125delta.txt
=encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...perldoc.perl.org/perl5125delta.txtRegistered: Fri Jan 02 00:25:20 UTC 2026 - 7.5K bytes - Viewed (0) -
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) -
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) -
TAP::Parser::SourceHandler::Handle.txt
package TAP::Parser::SourceHandler::Handle; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::...perldoc.perl.org/TAP::Parser::SourceHandler::Handle.txtRegistered: Thu Jan 08 21:50:02 UTC 2026 - 2.6K bytes - Viewed (0) -
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)