- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,302 for label:perl (0.03 sec)
-
$*.txt
=over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...perldoc.perl.org/variables/$*.txtRegistered: Tue Apr 01 22:01:16 UTC 2025 - 338 bytes - Viewed (0) -
$^W.txt
=over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...perldoc.perl.org/variables/$^W.txtRegistered: Tue Apr 01 19:21:46 UTC 2025 - 239 bytes - Viewed (0) -
perldiag.txt
=head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...perldoc.perl.org/perldiag.txtRegistered: Tue Apr 01 02:19:59 UTC 2025 - 309.2K bytes - Viewed (0) -
CPAN.txt
# -*- 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/CPAN.txtRegistered: Fri Apr 04 08:42:53 UTC 2025 - 144.4K bytes - Viewed (0) -
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Fri Apr 04 09:24:30 UTC 2025 - 37.1K bytes - Viewed (0) -
B.txt
# B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....perldoc.perl.org/B.txtRegistered: Fri Apr 04 09:15:37 UTC 2025 - 30.6K bytes - Viewed (0) -
DynaLoader.txt
# Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...perldoc.perl.org/DynaLoader.txtRegistered: Fri Apr 04 11:51:30 UTC 2025 - 25.4K bytes - Viewed (0) -
ExtUtils::Constant.txt
package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...perldoc.perl.org/ExtUtils::Constant.txtRegistered: Fri Apr 04 13:28:11 UTC 2025 - 14.7K bytes - Viewed (0) -
B::Xref.txt
package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...perldoc.perl.org/B::Xref.txtRegistered: Fri Apr 04 09:42:58 UTC 2025 - 12.2K bytes - Viewed (0) -
I18N::Collate.txt
package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...perldoc.perl.org/I18N::Collate.txtRegistered: Fri Apr 04 14:04:18 UTC 2025 - 5.3K bytes - Viewed (0)