- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2711 - 2720 of 3,197 for filetype:txt (0.06 sec)
-
stable.txt
package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...perldoc.perl.org/stable.txtRegistered: Fri Nov 15 18:59:41 UTC 2024 - 4.7K bytes - Viewed (0) -
B::Showlex.txt
package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...perldoc.perl.org/B::Showlex.txtRegistered: Fri Nov 15 18:29:00 UTC 2024 - 5.5K bytes - Viewed (0) -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtRegistered: Fri Nov 15 18:33:24 UTC 2024 - 5K bytes - Viewed (0) -
App::Prove::State::Result.txt
package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...perldoc.perl.org/App::Prove::State::Result.txtRegistered: Fri Nov 15 15:37:35 UTC 2024 - 4.8K bytes - Viewed (0) -
if.txt
package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...perldoc.perl.org/if.txtRegistered: Fri Nov 15 17:01:34 UTC 2024 - 3.5K bytes - Viewed (0) -
CPAN::Kwalify.txt
=head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...perldoc.perl.org/CPAN::Kwalify.txtRegistered: Fri Nov 15 15:54:16 UTC 2024 - 3.3K bytes - Viewed (0) -
Getopt::Long.txt
#! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...perldoc.perl.org/Getopt::Long.txtRegistered: Sun Nov 17 00:21:31 UTC 2024 - 81.1K bytes - Viewed (0) -
IPC::Cmd.txt
package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...perldoc.perl.org/IPC::Cmd.txtRegistered: Sat Nov 16 23:28:35 UTC 2024 - 66K bytes - Viewed (0) -
File::Find.txt
package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...perldoc.perl.org/File::Find.txtRegistered: Sat Nov 16 23:12:39 UTC 2024 - 36.6K bytes - Viewed (0) -
Net::SMTP.txt
# Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::SMTP.txtRegistered: Sat Nov 16 20:51:38 UTC 2024 - 28.5K bytes - Viewed (0)