Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3381 - 3390 of 3,449 for filetype:txt (0.06 sec)

  1. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Sat Sep 13 00:43:16 UTC 2025
    - 997 bytes
    - Viewed (0)
  2. B::Deparse.txt

    # B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...
    perldoc.perl.org/B::Deparse.txt
    Registered: Sat Sep 13 00:47:46 UTC 2025
    - 218.4K bytes
    - Viewed (0)
  3. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sat Sep 13 01:20:47 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sat Sep 13 02:29:29 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  5. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Sat Sep 13 02:54:40 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  6. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Sat Sep 13 03:15:25 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  7. Compress::Raw::Zlib.txt

    package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...
    perldoc.perl.org/Compress::Raw::Zlib.txt
    Registered: Sat Sep 13 03:28:21 UTC 2025
    - 47.9K bytes
    - Viewed (0)
Back to top