- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 1,304 for label:perl (0.04 sec)
-
Internals.txt
=head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...perldoc.perl.org/Internals.txtRegistered: Sun Apr 13 20:47:13 UTC 2025 - 2.9K bytes - Viewed (0) -
ExtUtils::ParseXS::Constants.txt
package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...perldoc.perl.org/ExtUtils::ParseXS::Constants.txtRegistered: Sun Apr 13 17:30:32 UTC 2025 - 1.1K bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.70'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Sun Apr 13 17:52:27 UTC 2025 - 678 bytes - Viewed (0) -
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.212 (); use IO::Compress::Adapter::Deflate 2.212 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Mon Apr 14 03:53:25 UTC 2025 - 24.8K bytes - Viewed (0) -
File::Spec::Functions.txt
package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...perldoc.perl.org/File::Spec::Functions.txtRegistered: Mon Apr 14 04:54:44 UTC 2025 - 2.3K bytes - Viewed (0) -
perl5120delta.txt
=encoding utf8 =head1 NAME perl5120delta - what is new for perl v5.12.0 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fix...perldoc.perl.org/perl5120delta.txtRegistered: Sat Apr 12 03:16:26 UTC 2025 - 87.2K bytes - Viewed (0) -
perl585delta.txt
=head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are ...perldoc.perl.org/perl585delta.txtRegistered: Sat Apr 12 05:52:39 UTC 2025 - 5.8K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Mon Apr 14 02:42:59 UTC 2025 - 116.1K bytes - Viewed (0) -
JSON::PP.txt
package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...perldoc.perl.org/JSON::PP.txtRegistered: Mon Apr 14 01:41:25 UTC 2025 - 98.2K bytes - Viewed (0) -
Math::BigInt::Calc.txt
package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...perldoc.perl.org/Math::BigInt::Calc.txtRegistered: Sun Apr 13 23:45:51 UTC 2025 - 74.2K bytes - Viewed (0)