Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 1,304 for label:perl (0.03 sec)

  1. 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: Thu Apr 10 02:42:23 UTC 2025
    - 229 bytes
    - Viewed (0)
  2. method.txt

    =over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...
    perldoc.perl.org/functions/method.txt
    Registered: Thu Apr 10 03:25:29 UTC 2025
    - 228 bytes
    - Viewed (0)
  3. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Thu Apr 10 05:21:49 UTC 2025
    - 220 bytes
    - Viewed (0)
  4. 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 Apr 14 04:03:46 UTC 2025
    - 284.9K bytes
    - Viewed (0)
  5. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Sun Apr 13 16:41:50 UTC 2025
    - 106.7K bytes
    - Viewed (0)
  6. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Sun Apr 13 12:40:35 UTC 2025
    - 40K bytes
    - Viewed (0)
  7. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - various flag constants and helper functions from C's fcntl.h =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC); =...
    perldoc.perl.org/Fcntl.txt
    Registered: Sun Apr 13 15:14:58 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  8. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Sun Apr 13 15:37:36 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  9. ExtUtils::Liblist.txt

    package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...
    perldoc.perl.org/ExtUtils::Liblist.txt
    Registered: Sun Apr 13 13:37:01 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  10. ExtUtils::Command::MM.txt

    package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...
    perldoc.perl.org/ExtUtils::Command::MM.txt
    Registered: Sun Apr 13 16:08:24 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top