Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 2,657 for host:perldoc.perl.org (0.09 sec)

  1. sysopen - Perldoc Browser

    functions / sysopen ( source , CPAN ) # sysopen FILEHANDLE,FILENAME,MODE # sysopen FILEHANDLE,FILENAME,MODE,PERMS Ope...
    perldoc.perl.org/functions/sysopen
    Registered: Mon Jan 26 13:18:17 UTC 2026
    - 20.2K bytes
    - Viewed (0)
  2. warn - Perldoc Browser

    functions / warn ( source , CPAN ) # warn LIST Emits a warning, usually by printing it to STDERR . warn interprets it...
    perldoc.perl.org/functions/warn
    Registered: Mon Jan 26 13:22:38 UTC 2026
    - 17.2K bytes
    - Viewed (0)
  3. pop - Perldoc Browser

    functions / pop ( source , CPAN ) # pop ARRAY # pop Removes and returns the last element of the array, shortening the...
    perldoc.perl.org/functions/pop
    Registered: Mon Jan 26 13:22:15 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  4. wantarray - Perldoc Browser

    functions / wantarray ( source , CPAN ) # wantarray Returns true if the context of the currently executing subroutine...
    perldoc.perl.org/functions/wantarray
    Registered: Mon Jan 26 13:26:24 UTC 2026
    - 16.1K bytes
    - Viewed (0)
  5. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Tue Jan 27 18:03:54 UTC 2026
    - 24.9K bytes
    - Viewed (0)
  6. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.76'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Tue Jan 27 23:48:57 UTC 2026
    - 19.8K bytes
    - Viewed (0)
  7. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Tue Jan 27 21:51:54 UTC 2026
    - 22.6K bytes
    - Viewed (0)
  8. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Tue Jan 27 21:25:22 UTC 2026
    - 15.8K bytes
    - Viewed (0)
  9. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Tue Jan 27 17:20:24 UTC 2026
    - 12.7K bytes
    - Viewed (0)
  10. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Tue Jan 27 19:44:41 UTC 2026
    - 6.9K bytes
    - Viewed (0)
Back to top