- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4621 - 4630 of 6,339 for content_length:[0 TO 9999] (0.1 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: Fri Nov 07 22:03:58 UTC 2025 - 8.3K bytes - Viewed (0) -
y.txt
=over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153perldoc.perl.org/functions/y.txtRegistered: Fri Nov 07 19:22:32 UTC 2025 - 153 bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Sun Nov 09 13:39:32 UTC 2025 - 6.3K 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: Mon Nov 10 07:57:38 UTC 2025 - 1.3K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_0.txt
=for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txtRegistered: Mon Nov 10 08:22:40 UTC 2025 - 6.6K bytes - Viewed (0) -
Encode::CJKConstants.txt
# # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...perldoc.perl.org/Encode::CJKConstants.txtRegistered: Mon Nov 10 09:22:22 UTC 2025 - 1.6K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Mon Nov 10 09:30:37 UTC 2025 - 2K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Mon Nov 10 10:17:37 UTC 2025 - 5.2K bytes - Viewed (0) -
getting-started-java.html.md
# Getting started, including Java development This lets you deploy an application to the [dev zone](environments.html#dev)on Vespa Cloud for free. Alternative versions of this guide: - [Getting sta...docs.vespa.ai/en/cloud/getting-started-java.html.mdRegistered: Fri Oct 24 06:18:15 UTC 2025 - Last Modified: Thu Oct 23 22:49:25 UTC 2025 - 1.9K bytes - Viewed (0) -
vespa-quick-start-java.html.md
# Quick Start, with Java, using Docker This guide shows how to install and run Vespa on a single machine using Docker - it builds and deploys an application, feeds some data and issues queries. Thi...docs.vespa.ai/en/vespa-quick-start-java.html.mdRegistered: Fri Oct 24 06:02:02 UTC 2025 - Last Modified: Thu Oct 23 22:49:25 UTC 2025 - 2K bytes - Viewed (0)