- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1331 - 1340 of 3,812 for filetype:txt (0.07 sec)
-
exit.txt
=over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...perldoc.perl.org/functions/exit.txtRegistered: Fri Apr 18 10:03:00 UTC 2025 - 1.4K bytes - Viewed (0) -
shift.txt
=over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...perldoc.perl.org/functions/shift.txtRegistered: Fri Apr 18 12:08:17 UTC 2025 - 1.2K bytes - Viewed (0) -
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Sun Apr 20 14:16:00 UTC 2025 - 35.2K bytes - Viewed (0) -
B.txt
# B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....perldoc.perl.org/B.txtRegistered: Sun Apr 20 12:56:19 UTC 2025 - 30.6K bytes - Viewed (0) -
CPAN::Meta::Validator.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...perldoc.perl.org/CPAN::Meta::Validator.txtRegistered: Sun Apr 20 09:52:40 UTC 2025 - 33.1K bytes - Viewed (0) -
bigfloat.txt
package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...perldoc.perl.org/bigfloat.txtRegistered: Sun Apr 20 09:45:26 UTC 2025 - 21.4K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...perldoc.perl.org/Digest::MD5.txtRegistered: Sun Apr 20 14:29:46 UTC 2025 - 10.7K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...perldoc.perl.org/fields.txtRegistered: Sun Apr 20 10:59:26 UTC 2025 - 9.2K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Sun Apr 20 10:51:00 UTC 2025 - 3.8K bytes - Viewed (0) -
Encode::Unicode::UTF7.txt
# # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...perldoc.perl.org/Encode::Unicode::UTF7.txtRegistered: Sun Apr 20 14:58:54 UTC 2025 - 3.8K bytes - Viewed (0)