Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 2,615 for host:perldoc.perl.org (0.04 sec)

  1. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Sun Nov 17 03:43:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. IPC::SysV.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::SysV.txt
    Registered: Sat Nov 16 23:57:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Sat Nov 16 23:01:37 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Sun Nov 17 02:42:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Sun Nov 17 00:08:02 UTC 2024
    - 852 bytes
    - Viewed (0)
  6. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sun Nov 17 02:49:37 UTC 2024
    - 451 bytes
    - Viewed (0)
  7. sort - Perldoc Browser

    functions / sort ( source , CPAN ) sort may also refer to the module: sort # sort SUBNAME LIST # sort BLOCK LIST # so...
    perldoc.perl.org/functions/sort
    Registered: Fri Nov 15 12:08:42 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  8. pack - Perldoc Browser

    functions / pack ( source , CPAN ) # pack TEMPLATE,LIST Takes a LIST of values and converts it into a string using th...
    perldoc.perl.org/functions/pack
    Registered: Fri Nov 15 12:08:57 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  9. cos - Perldoc Browser

    functions / cos ( source , CPAN ) # cos EXPR # cos Returns the cosine of EXPR (expressed in radians). If EXPR is omit...
    perldoc.perl.org/functions/cos
    Registered: Fri Nov 15 12:09:03 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  10. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Fri Nov 15 15:47:01 UTC 2024
    - 39.9K bytes
    - Viewed (0)
Back to top