Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 2,354 for host:perldoc.perl.org (0.03 sec)

  1. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Sun Jun 02 20:34:53 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. join.txt

    =over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...
    perldoc.perl.org/functions/join.txt
    Registered: Sun Jun 02 17:01:56 UTC 2024
    - 455 bytes
    - Viewed (0)
  3. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Sun Jun 02 17:24:38 UTC 2024
    - 349 bytes
    - Viewed (0)
  4. sin.txt

    =over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...
    perldoc.perl.org/functions/sin.txt
    Registered: Sun Jun 02 18:10:26 UTC 2024
    - 338 bytes
    - Viewed (0)
  5. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Mon Jun 03 20:51:57 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  6. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Mon Jun 03 23:33:42 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.68'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Tue Jun 04 00:20:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  8. utf8.txt

    package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...
    perldoc.perl.org/utf8.txt
    Registered: Tue Jun 04 00:25:02 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Mon Jun 03 22:21:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  10. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Mon Jun 03 23:09:56 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top