Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 2,621 for host:perldoc.perl.org (0.1 sec)

  1. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Mon Apr 07 07:35:25 UTC 2025
    - 95.5K bytes
    - Viewed (0)
  2. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Mon Apr 07 05:24:21 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  3. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Mon Apr 07 09:44:44 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  4. Tie::RefHash.txt

    package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Mon Apr 07 06:15:41 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  5. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Mon Apr 07 05:40:01 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  6. Win32CORE.txt

    package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...
    perldoc.perl.org/Win32CORE.txt
    Registered: Mon Apr 07 08:45:30 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. Time::tm.txt

    package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...
    perldoc.perl.org/Time::tm.txt
    Registered: Mon Apr 07 09:51:27 UTC 2025
    - 668 bytes
    - Viewed (0)
  8. 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 Apr 05 12:39:52 UTC 2025
    - 82.1K bytes
    - Viewed (0)
  9. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::SMTP.txt
    Registered: Sat Apr 05 10:04:47 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  10. PerlIO::via::QuotedPrint.txt

    # Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...
    perldoc.perl.org/PerlIO::via::QuotedPrint.txt
    Registered: Sat Apr 05 10:50:58 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top