- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4621 - 4630 of 6,339 for content_length:[0 TO 9999] (0.51 sec)
-
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: Sat Nov 08 11:09:35 UTC 2025 - 3.9K bytes - Viewed (0) -
perlhaiku.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlhaiku.txtRegistered: Sat Nov 08 10:11:32 UTC 2025 - 1.5K bytes - Viewed (0) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Fri Nov 07 22:57:54 UTC 2025 - 9.1K bytes - Viewed (0) -
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) -
DBM_Filter::int32.txt
package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...perldoc.perl.org/DBM_Filter::int32.txtRegistered: Mon Nov 10 12:26:02 UTC 2025 - 754 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)