- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 1,306 for label:perl (0.03 sec)
-
bignum.txt
package bignum; 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/bignum.txtRegistered: Sat Apr 19 19:49:41 UTC 2025 - 27.5K bytes - Viewed (0) -
pod2man.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # Convert POD data to formatte...perldoc.perl.org/pod2man.txtRegistered: Sat Apr 19 20:49:39 UTC 2025 - 18.5K bytes - Viewed (0) -
Unicode::Collate::Locale.txt
package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...perldoc.perl.org/Unicode::Collate::Locale.txtRegistered: Sat Apr 19 19:26:46 UTC 2025 - 18.5K bytes - Viewed (0) -
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91perldoc.perl.org/functions/DESTROY.txtRegistered: Sat Apr 19 13:12:51 UTC 2025 - 91 bytes - Viewed (0) -
Math::BigInt.txt
# -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...perldoc.perl.org/Math::BigInt.txtRegistered: Sat Apr 19 20:01:30 UTC 2025 - 284.9K bytes - Viewed (0) -
zipdetails.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...perldoc.perl.org/zipdetails.txtRegistered: Sat Apr 19 21:33:30 UTC 2025 - 231.1K bytes - Viewed (0) -
corelist.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl =head1 NAME co...perldoc.perl.org/corelist.txtRegistered: Sat Apr 19 21:40:55 UTC 2025 - 15.1K bytes - Viewed (0) -
shasum.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for c...perldoc.perl.org/shasum.txtRegistered: Sat Apr 19 22:04:18 UTC 2025 - 9.8K 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 Apr 05 09:29:26 UTC 2025 - 8.9K bytes - Viewed (0) -
IPC::SysV.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::SysV.txtRegistered: Sat Apr 05 05:40:01 UTC 2025 - 4.5K bytes - Viewed (0)