- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 991 - 1000 of 3,197 for filetype:txt (0.08 sec)
-
File::Glob.txt
package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...perldoc.perl.org/File::Glob.txtRegistered: Sat Nov 16 19:02:26 UTC 2024 - 12.3K bytes - Viewed (0) -
IO::Select.txt
# IO::Select.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...perldoc.perl.org/IO::Select.txtRegistered: Sat Nov 16 20:25:36 UTC 2024 - 9.1K bytes - Viewed (0) -
Module::Load.txt
package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...perldoc.perl.org/Module::Load.txtRegistered: Sat Nov 16 21:37:41 UTC 2024 - 8.9K bytes - Viewed (0) -
MIME::Base64.txt
package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...perldoc.perl.org/MIME::Base64.txtRegistered: Sat Nov 16 21:12:22 UTC 2024 - 5.3K bytes - Viewed (0) -
IPC::SharedMem.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::SharedMem.txtRegistered: Sat Nov 16 22:02:47 UTC 2024 - 5.5K bytes - Viewed (0) -
FindBin.txt
# FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...perldoc.perl.org/FindBin.txtRegistered: Sat Nov 16 19:30:59 UTC 2024 - 4.7K bytes - Viewed (0) -
Memoize::SDBM_File.txt
use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...perldoc.perl.org/Memoize::SDBM_File.txtRegistered: Sat Nov 16 21:25:02 UTC 2024 - 520 bytes - Viewed (0) -
Tie::File.txt
package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...perldoc.perl.org/Tie::File.txtRegistered: Mon Nov 18 18:27:50 UTC 2024 - 75.7K bytes - Viewed (0) -
version::Internals.txt
=head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...perldoc.perl.org/version::Internals.txtRegistered: Mon Nov 18 19:48:58 UTC 2024 - 24.4K bytes - Viewed (0) -
VMS::Stdio.txt
# VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...perldoc.perl.org/VMS::Stdio.txtRegistered: Mon Nov 18 20:49:49 UTC 2024 - 13.5K bytes - Viewed (0)