Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1431 - 1440 of 3,449 for filetype:txt (0.05 sec)

  1. zipdetails.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...
    perldoc.perl.org/zipdetails.txt
    Registered: Mon Aug 25 15:16:30 UTC 2025
    - 231.1K bytes
    - Viewed (0)
  2. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon Aug 25 21:21:02 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  3. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Mon Aug 25 22:37:42 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  4. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Mon Aug 25 21:28:15 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  5. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Mon Aug 25 20:17:29 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  6. builtin.txt

    package builtin 0.019; use v5.40; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source __END__ =head1 NA...
    perldoc.perl.org/builtin.txt
    Registered: Mon Aug 25 20:32:31 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  7. strict.txt

    package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Mon Aug 25 21:34:28 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Tue Aug 26 00:44:52 UTC 2025
    - 3K bytes
    - Viewed (0)
  9. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Mon Aug 25 20:57:10 UTC 2025
    - 3K bytes
    - Viewed (0)
  10. perl5120delta.txt

    =encoding utf8 =head1 NAME perl5120delta - what is new for perl v5.12.0 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fix...
    perldoc.perl.org/perl5120delta.txt
    Registered: Sat Aug 30 16:51:03 UTC 2025
    - 87.2K bytes
    - Viewed (0)
Back to top