Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 6,570 for content_length:[0 TO 9999] (0.08 sec)

  1. $<.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/$<.txt
    Registered: Sat Feb 22 21:32:39 UTC 2025
    - 408 bytes
    - Viewed (0)
  2. @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.txt
    Registered: Sat Feb 22 20:31:39 UTC 2025
    - 312 bytes
    - Viewed (0)
  3. $=.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/$=.txt
    Registered: Sat Feb 22 22:00:30 UTC 2025
    - 267 bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sat Feb 22 13:07:32 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat Feb 22 14:28:52 UTC 2025
    - 294 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Feb 24 09:43:30 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Feb 24 06:35:22 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Mon Feb 24 10:52:33 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Feb 24 03:48:59 UTC 2025
    - 777 bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Feb 24 13:08:17 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top