Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 1,302 for label:perl (0.16 sec)

  1. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Sat Nov 16 17:12:04 UTC 2024
    - 83.3K bytes
    - Viewed (0)
  2. Net::Ping.txt

    package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...
    perldoc.perl.org/Net::Ping.txt
    Registered: Sat Nov 16 17:44:52 UTC 2024
    - 82.1K bytes
    - Viewed (0)
  3. Math::BigInt::Lib.txt

    package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...
    perldoc.perl.org/Math::BigInt::Lib.txt
    Registered: Sat Nov 16 18:24:36 UTC 2024
    - 78.2K bytes
    - Viewed (0)
  4. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Sat Nov 16 15:50:15 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  5. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Sat Nov 16 19:09:51 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.27'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Sat Nov 16 19:44:52 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  7. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Sat Nov 16 19:17:40 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. O.txt

    package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...
    perldoc.perl.org/O.txt
    Registered: Sat Nov 16 17:31:41 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Sat Nov 16 18:57:40 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. perl561delta.txt

    =head1 NAME perl561delta - what's new for perl v5.6.1 =head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.1 release. =head1 Summary of changes between 5.6.0...
    perldoc.perl.org/perl561delta.txt
    Registered: Wed Nov 20 02:16:57 UTC 2024
    - 121.8K bytes
    - Viewed (0)
Back to top