- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1181 - 1190 of 6,570 for content_length:[0 TO 9999] (0.08 sec)
-
$<.txt
=over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...perldoc.perl.org/variables/$<.txtRegistered: Sat Feb 22 21:32:39 UTC 2025 - 408 bytes - Viewed (0) -
@F.txt
=over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...perldoc.perl.org/variables/@F.txtRegistered: Sat Feb 22 20:31:39 UTC 2025 - 312 bytes - Viewed (0) -
$=.txt
=over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...perldoc.perl.org/variables/$=.txtRegistered: Sat Feb 22 22:00:30 UTC 2025 - 267 bytes - Viewed (0) -
perlos400.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/perlos400.txtRegistered: Sat Feb 22 13:07:32 UTC 2025 - 4.7K bytes - Viewed (0) -
perlboot.txt
=encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perlboot.txtRegistered: Sat Feb 22 14:28:52 UTC 2025 - 294 bytes - Viewed (0) -
IPC::Semaphore.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::Semaphore.txtRegistered: Mon Feb 24 09:43:30 UTC 2025 - 6.3K bytes - Viewed (0) -
IPC::Open2.txt
package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...perldoc.perl.org/IPC::Open2.txtRegistered: Mon Feb 24 06:35:22 UTC 2025 - 4.2K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Mon Feb 24 10:52:33 UTC 2025 - 1.4K bytes - Viewed (0) -
DBM_Filter::utf8.txt
package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...perldoc.perl.org/DBM_Filter::utf8.txtRegistered: Mon Feb 24 03:48:59 UTC 2025 - 777 bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Mon Feb 24 13:08:17 UTC 2025 - 4.3K bytes - Viewed (0)