Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 931 - 940 of 1,302 for label:perl (0.03 sec)

  1. Sys::Hostname.txt

    package Sys::Hostname; use strict; use Carp; use Exporter 'import'; our @EXPORT = qw/ hostname /; our $VERSION; use warnings (); our $host; BEGIN { $VERSION = '1.25'; { local $SIG{__DIE__}; eval { ...
    perldoc.perl.org/Sys::Hostname.txt
    Registered: Sun Nov 17 04:27:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. Pod::Perldoc::ToRtf.txt

    package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...
    perldoc.perl.org/Pod::Perldoc::ToRtf.txt
    Registered: Sun Nov 17 06:50:43 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. Pod::Perldoc::ToANSI.txt

    package Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToANSI.txt
    Registered: Sun Nov 17 05:54:57 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. Pod::Perldoc::ToChecker.txt

    package Pod::Perldoc::ToChecker; use strict; use warnings; use vars qw(@ISA); use vars qw($VERSION); $VERSION = '3.28'; # Pick our superclass... # eval 'require Pod::Simple::Checker'; if($@) { requ...
    perldoc.perl.org/Pod::Perldoc::ToChecker.txt
    Registered: Sun Nov 17 08:29:19 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. PerlIO::scalar.txt

    package PerlIO::scalar; our $VERSION = '0.32'; 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, "...
    perldoc.perl.org/PerlIO::scalar.txt
    Registered: Sun Nov 17 05:03:23 UTC 2024
    - 945 bytes
    - Viewed (0)
  6. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Mon Nov 18 19:26:47 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  7. 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 Nov 18 18:53:26 UTC 2024
    - 95.5K bytes
    - Viewed (0)
  8. 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 Nov 18 19:04:59 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. 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 Nov 18 18:47:18 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  10. 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: Tue Nov 19 00:04:28 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top