- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1021 - 1030 of 1,302 for label:perl (0.05 sec)
-
perlnumber.txt
=head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...perldoc.perl.org/perlnumber.txtRegistered: Tue Nov 19 16:55:33 UTC 2024 - 8.2K bytes - Viewed (0) -
perl5362delta.txt
=encoding utf8 =head1 NAME perl5362delta - what is new for perl v5.36.2 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.2 release. If you are upgradin...perldoc.perl.org/perl5362delta.txtRegistered: Tue Nov 19 19:43:58 UTC 2024 - 3.9K bytes - Viewed (0) -
App::Cpan.txt
package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...perldoc.perl.org/App::Cpan.txtRegistered: Fri Nov 15 17:13:19 UTC 2024 - 39.7K bytes - Viewed (0) -
DB.txt
# # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...perldoc.perl.org/DB.txtRegistered: Sat Nov 16 03:06:55 UTC 2024 - 18.5K bytes - Viewed (0) -
Encode::Guess.txt
package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...perldoc.perl.org/Encode::Guess.txtRegistered: Sat Nov 16 03:34:58 UTC 2024 - 9.9K bytes - Viewed (0) -
ExtUtils::PL2Bat.txt
package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...perldoc.perl.org/ExtUtils::PL2Bat.txtRegistered: Sat Nov 16 02:02:50 UTC 2024 - 5.1K bytes - Viewed (0) -
ExtUtils::MM_NW5.txt
package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...perldoc.perl.org/ExtUtils::MM_NW5.txtRegistered: Sat Nov 16 03:28:40 UTC 2024 - 5.4K bytes - Viewed (0) -
ExtUtils::MM_Cygwin.txt
package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...perldoc.perl.org/ExtUtils::MM_Cygwin.txtRegistered: Sat Nov 16 03:02:55 UTC 2024 - 4K bytes - Viewed (0) -
Encode::JP::JIS7.txt
package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...perldoc.perl.org/Encode::JP::JIS7.txtRegistered: Sat Nov 16 01:49:20 UTC 2024 - 4.2K bytes - Viewed (0) -
DBM_Filter::encode.txt
package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...perldoc.perl.org/DBM_Filter::encode.txtRegistered: Sat Nov 16 02:15:27 UTC 2024 - 1.3K bytes - Viewed (0)