- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 3,197 for filetype:txt (0.1 sec)
-
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Sat Nov 16 12:27:57 UTC 2024 - 1.9K bytes - Viewed (0) -
DBM_Filter::null.txt
package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...perldoc.perl.org/DBM_Filter::null.txtRegistered: Sat Nov 16 13:16:41 UTC 2024 - 967 bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.70'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Sat Nov 16 12:54:21 UTC 2024 - 678 bytes - Viewed (0) -
JSON::PP.txt
package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...perldoc.perl.org/JSON::PP.txtRegistered: Sat Nov 16 22:12:56 UTC 2024 - 98.2K bytes - Viewed (0) -
IO::Socket.txt
# IO::Socket.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::Socket.txtRegistered: Sun Nov 17 01:54:13 UTC 2024 - 27.7K bytes - Viewed (0) -
File::Spec.txt
package File::Spec; use strict; our $VERSION = '3.90'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetW...perldoc.perl.org/File::Spec.txtRegistered: Sun Nov 17 01:00:33 UTC 2024 - 10.3K bytes - Viewed (0) -
IPC::Semaphore.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::Semaphore.txtRegistered: Sat Nov 16 21:59:20 UTC 2024 - 6.3K bytes - Viewed (0) -
IPC::Open2.txt
package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...perldoc.perl.org/IPC::Open2.txtRegistered: Sun Nov 17 00:34:41 UTC 2024 - 4.2K bytes - Viewed (0) -
Net::Time.txt
# Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...perldoc.perl.org/Net::Time.txtRegistered: Sun Nov 17 00:39:23 UTC 2024 - 4.2K bytes - Viewed (0) -
ODBM_File.txt
package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...perldoc.perl.org/ODBM_File.txtRegistered: Sun Nov 17 00:55:02 UTC 2024 - 2.9K bytes - Viewed (0)