Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1901 - 1910 of 2,638 for host:perldoc.perl.org (0.04 sec)

  1. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Tue Jul 08 06:39:40 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  2. perlreftut.txt

    =head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...
    perldoc.perl.org/perlreftut.txt
    Registered: Tue Jul 08 05:45:20 UTC 2025
    - 18.3K bytes
    - Viewed (0)
  3. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Tue Jul 08 07:10:40 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  4. perlopentut.txt

    =encoding utf8 =head1 NAME perlopentut - simple recipes for opening files and pipes in Perl =head1 DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a B<fi...
    perldoc.perl.org/perlopentut.txt
    Registered: Tue Jul 08 06:06:27 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  5. exists.txt

    =over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...
    perldoc.perl.org/functions/exists.txt
    Registered: Tue Jul 08 14:27:22 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  6. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Tue Jul 08 11:59:52 UTC 2025
    - 229 bytes
    - Viewed (0)
  7. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Mon Jul 07 23:21:16 UTC 2025
    - 318.6K bytes
    - Viewed (0)
  8. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: Wed Jul 09 10:30:02 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  9. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Wed Jul 09 11:02:25 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  10. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Wed Jul 09 10:22:32 UTC 2025
    - 768 bytes
    - Viewed (0)
Back to top